#CAAEE0

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

Shades of Perfume #CAAEE0

Tints of Perfume #CAAEE0

Color information

#CAAEE0 (or 0xCAAEE0) is unknown color: approx Perfume. HEX triplet: CA, AE and E0. RGB value is (202,174,224). Sum of RGB (Red+Green+Blue) = 202+174+224=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 224 - color contains mainly: blue. Hex color #CAAEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEE0 is #35511F. Grayscale: #BBBBBB. Windows color (decimal): -3494176 or 14724810. OLE color: 14724810.

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

Color convert

RGB202174224-
CMYK0.100.2200.12
HSL273.6º44.64%78.04%-
HSV(B)273.6º22.32%87.84%-
XYZ52.9548.2177.04-
YUV188.07148.28137.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 174 (68.36% from 255) = 29%
BLUE value IS 224 (87.89% from 255) = 37.33%
R=33.67%
G=29%
B=37.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2021742240.100.2200.12273.644.6478.04
HexCAAEE0A160C1122d4e
Octal312256340122601442255116
Binary110010101010111011100000101010110011001000100101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEE0; }

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

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

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

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

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

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

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

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