#CAADE6

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

Shades of Perfume #CAADE6

Tints of Perfume #CAADE6

Color information

#CAADE6 (or 0xCAADE6) is unknown color: approx Perfume. HEX triplet: CA, AD and E6. RGB value is (202,173,230). Sum of RGB (Red+Green+Blue) = 202+173+230=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 230 (90.23% from 255 or 38.02% from 605); Max value from RGB is 230 - color contains mainly: blue. Hex color #CAADE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAADE6 is #355219. Grayscale: #BBBBBB. Windows color (decimal): -3494426 or 15117770. OLE color: 15117770.

HSL color Cylindrical-coordinate representation of color #CAADE6: hue angle of 270.53º degrees, saturation: 0.53, 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 #CAADE6 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB202173230-
CMYK0.120.2500.10
HSL270.53º53.27%79.02%-
HSV(B)270.53º24.78%90.2%-
XYZ53.5848.1681.33-
YUV188.17151.61137.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.39%
GREEN value IS 173 (67.97% from 255) = 28.60%
BLUE value IS 230 (90.23% from 255) = 38.02%
R=33.39%
G=28.60%
B=38.02%

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
Decimal2021732300.120.2500.10270.5353.2779.02
HexCAADE6C190A10f354f
Octal312255346143101241765117
Binary110010101010110111100110110011001010101000011111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAADE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAADE6; }

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

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

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

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

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

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

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

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