#CCADE9

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

Shades of Perfume #CCADE9

Tints of Perfume #CCADE9

Color information

#CCADE9 (or 0xCCADE9) is unknown color: approx Perfume. HEX triplet: CC, AD and E9. RGB value is (204,173,233). Sum of RGB (Red+Green+Blue) = 204+173+233=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 233 (91.41% from 255 or 38.20% from 610); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCADE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCADE9 is #335216. Grayscale: #BCBCBC. Windows color (decimal): -3363351 or 15314380. OLE color: 15314380.

HSL color Cylindrical-coordinate representation of color #CCADE9: hue angle of 271º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCADE9 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204173233-
CMYK0.120.2600.09
HSL271º57.69%79.61%-
HSV(B)271º25.75%91.37%-
XYZ54.5548.6183.6-
YUV189.11152.77138.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.44%
GREEN value IS 173 (67.97% from 255) = 28.36%
BLUE value IS 233 (91.41% from 255) = 38.20%
R=33.44%
G=28.36%
B=38.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041732330.120.2600.0927157.6979.61
HexCCADE9C1A0910f3a50
Octal314255351143201141772120
Binary110011001010110111101001110011010010011000011111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADE9; }

 p { color: rgb(204,173,233); }

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

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

 a { background-color: rgb(204,173,233); }

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

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

 span { border-color: rgb(204,173,233); }

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