#CAACE0

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

Shades of Perfume #CAACE0

Tints of Perfume #CAACE0

Color information

#CAACE0 (or 0xCAACE0) is unknown color: approx Perfume. HEX triplet: CA, AC and E0. RGB value is (202,172,224). Sum of RGB (Red+Green+Blue) = 202+172+224=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 224 - color contains mainly: blue. Hex color #CAACE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACE0 is #35531F. Grayscale: #BABABA. Windows color (decimal): -3494688 or 14724298. OLE color: 14724298.

HSL color Cylindrical-coordinate representation of color #CAACE0: hue angle of 274.62º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAACE0 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202172224-
CMYK0.100.2300.12
HSL274.62º45.61%77.65%-
HSV(B)274.62º23.21%87.84%-
XYZ52.5647.4476.91-
YUV186.9148.94138.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.78%
GREEN value IS 172 (67.58% from 255) = 28.76%
BLUE value IS 224 (87.89% from 255) = 37.46%
R=33.78%
G=28.76%
B=37.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2021722240.100.2300.12274.6245.6177.65
HexCAACE0A170C1132e4e
Octal312254340122701442356116
Binary110010101010110011100000101010111011001000100111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACE0; }

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

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

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

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

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

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

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

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