#CCAAF3

Color #CCAAF3 Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #CCAAF3

Tints of Perfume #CCAAF3

Color information

#CCAAF3 (or 0xCCAAF3) is unknown color: approx Perfume. HEX triplet: CC, AA and F3. RGB value is (204,170,243). Sum of RGB (Red+Green+Blue) = 204+170+243=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 243 (95.31% from 255 or 39.38% from 617); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCAAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAAF3 is #33550C. Grayscale: #BCBCBC. Windows color (decimal): -3364109 or 15968972. OLE color: 15968972.

HSL color Cylindrical-coordinate representation of color #CCAAF3: hue angle of 267.95º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCAAF3 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204170243-
CMYK0.160.3000.05
HSL267.95º75.26%80.98%-
HSV(B)267.95º30.04%95.29%-
XYZ55.4548.0691.15-
YUV188.49158.76139.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 170 (66.80% from 255) = 27.55%
BLUE value IS 243 (95.31% from 255) = 39.38%
R=33.06%
G=27.55%
B=39.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041702430.160.3000.05267.9575.2680.98
HexCCAAF3101E0510c4b51
Octal314252363203605414113121
Binary1100110010101010111100111000011110010110000110010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAF3; }

 p { color: rgb(204,170,243); }

 H1.HeaderClassName
 {
   color: #CCAAF3;
 }
 .AnyTagClassName
 {
   color: #CCAAF3;
 }
</style>
background-color css

<style>
 a { background-color: #CCAAF3; }

 a { background-color: rgb(204,170,243); }

 div.DivClassName
 {
   background-color: #CCAAF3;
 }
 .BgClassName
 {
   background-color: #CCAAF3;
 }
</style>
border-color css

<style>
 span { border-color: #CCAAF3; }

 span { border-color: rgb(204,170,243); }

 td.TdClassName
 {
   border-color: #CCAAF3;
 }
 .TagClassName
 {
   border-color: #CCAAF3;
 }
</style>