#CAACE5

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

Shades of Perfume #CAACE5

Tints of Perfume #CAACE5

Color information

#CAACE5 (or 0xCAACE5) is unknown color: approx Perfume. HEX triplet: CA, AC and E5. RGB value is (202,172,229). Sum of RGB (Red+Green+Blue) = 202+172+229=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 229 - color contains mainly: blue. Hex color #CAACE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACE5 is #35531A. Grayscale: #BBBBBB. Windows color (decimal): -3494683 or 15051978. OLE color: 15051978.

HSL color Cylindrical-coordinate representation of color #CAACE5: hue angle of 271.58º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAACE5 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB202172229-
CMYK0.120.2500.10
HSL271.58º52.29%78.63%-
HSV(B)271.58º24.89%89.8%-
XYZ53.2547.7280.53-
YUV187.47151.44138.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.50%
GREEN value IS 172 (67.58% from 255) = 28.52%
BLUE value IS 229 (89.84% from 255) = 37.98%
R=33.50%
G=28.52%
B=37.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2021722290.120.2500.10271.5852.2978.63
HexCAACE5C190A110344f
Octal312254345143101242064117
Binary110010101010110011100101110011001010101000100001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACE5; }

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

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

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

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

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

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

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

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