#CCAEF2

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

Shades of Perfume #CCAEF2

Tints of Perfume #CCAEF2

Color information

#CCAEF2 (or 0xCCAEF2) is unknown color: approx Perfume. HEX triplet: CC, AE and F2. RGB value is (204,174,242). Sum of RGB (Red+Green+Blue) = 204+174+242=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 242 (94.92% from 255 or 39.03% from 620); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCAEF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAEF2 is #33510D. Grayscale: #BEBEBE. Windows color (decimal): -3363086 or 15904460. OLE color: 15904460.

HSL color Cylindrical-coordinate representation of color #CCAEF2: hue angle of 266.47º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCAEF2 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204174242-
CMYK0.160.2800.05
HSL266.47º72.34%81.57%-
HSV(B)266.47º28.1%94.9%-
XYZ56.0649.5290.61-
YUV190.72156.94137.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 174 (68.36% from 255) = 28.06%
BLUE value IS 242 (94.92% from 255) = 39.03%
R=32.90%
G=28.06%
B=39.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041742420.160.2800.05266.4772.3481.57
HexCCAEF2101C0510a4852
Octal314256362203405412110122
Binary1100110010101110111100101000011100010110000101010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEF2; }

 p { color: rgb(204,174,242); }

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

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

 a { background-color: rgb(204,174,242); }

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

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

 span { border-color: rgb(204,174,242); }

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