#CAACE8

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

Shades of Perfume #CAACE8

Tints of Perfume #CAACE8

Color information

#CAACE8 (or 0xCAACE8) is unknown color: approx Perfume. HEX triplet: CA, AC and E8. RGB value is (202,172,232). Sum of RGB (Red+Green+Blue) = 202+172+232=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 232 (91.02% from 255 or 38.28% from 606); Max value from RGB is 232 - color contains mainly: blue. Hex color #CAACE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAACE8 is #355317. Grayscale: #BBBBBB. Windows color (decimal): -3494680 or 15248586. OLE color: 15248586.

HSL color Cylindrical-coordinate representation of color #CAACE8: hue angle of 270º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAACE8 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202172232-
CMYK0.130.2600.09
HSL270º56.6%79.22%-
HSV(B)270º25.86%90.98%-
XYZ53.6847.8982.76-
YUV187.81152.94138.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.33%
GREEN value IS 172 (67.58% from 255) = 28.38%
BLUE value IS 232 (91.02% from 255) = 38.28%
R=33.33%
G=28.38%
B=38.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021722320.130.2600.0927056.679.22
HexCAACE8D1A0910e394f
Octal312254350153201141671117
Binary110010101010110011101000110111010010011000011101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACE8; }

 p { color: rgb(202,172,232); }

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

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

 a { background-color: rgb(202,172,232); }

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

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

 span { border-color: rgb(202,172,232); }

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