#CAAEDE

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

Shades of Perfume #CAAEDE

Tints of Perfume #CAAEDE

Color information

#CAAEDE (or 0xCAAEDE) is unknown color: approx Perfume. HEX triplet: CA, AE and DE. RGB value is (202,174,222). Sum of RGB (Red+Green+Blue) = 202+174+222=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #CAAEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEDE is #355121. Grayscale: #BBBBBB. Windows color (decimal): -3494178 or 14593738. OLE color: 14593738.

HSL color Cylindrical-coordinate representation of color #CAAEDE: hue angle of 275º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAAEDE is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202174222-
CMYK0.090.2200.13
HSL275º42.11%77.65%-
HSV(B)275º21.62%87.06%-
XYZ52.6848.175.62-
YUV187.84147.28138.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.78%
GREEN value IS 174 (68.36% from 255) = 29.10%
BLUE value IS 222 (87.11% from 255) = 37.12%
R=33.78%
G=29.10%
B=37.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021742220.090.2200.1327542.1177.65
HexCAAEDE9160D1132a4e
Octal312256336112601542352116
Binary110010101010111011011110100110110011011000100111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEDE; }

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

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

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

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

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

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

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

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