#CAADDE

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

Shades of Perfume #CAADDE

Tints of Perfume #CAADDE

Color information

#CAADDE (or 0xCAADDE) is unknown color: approx Perfume. HEX triplet: CA, AD and DE. RGB value is (202,173,222). Sum of RGB (Red+Green+Blue) = 202+173+222=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #CAADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADDE is #355221. Grayscale: #BBBBBB. Windows color (decimal): -3494434 or 14593482. OLE color: 14593482.

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

Color convert

RGB202173222-
CMYK0.090.2200.13
HSL275.51º42.61%77.45%-
HSV(B)275.51º22.07%87.06%-
XYZ52.4947.7275.55-
YUV187.26147.61138.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.84%
GREEN value IS 173 (67.97% from 255) = 28.98%
BLUE value IS 222 (87.11% from 255) = 37.19%
R=33.84%
G=28.98%
B=37.19%

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
Decimal2021732220.090.2200.13275.5142.6177.45
HexCAADDE9160D1142b4d
Octal312255336112601542453115
Binary110010101010110111011110100110110011011000101001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAADDE; }

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

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

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

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

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

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

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

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