#CCADEA

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

Shades of Perfume #CCADEA

Tints of Perfume #CCADEA

Color information

#CCADEA (or 0xCCADEA) is unknown color: approx Perfume. HEX triplet: CC, AD and EA. RGB value is (204,173,234). Sum of RGB (Red+Green+Blue) = 204+173+234=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCADEA is #335215. Grayscale: #BDBDBD. Windows color (decimal): -3363350 or 15379916. OLE color: 15379916.

HSL color Cylindrical-coordinate representation of color #CCADEA: hue angle of 270.49º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCADEA is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204173234-
CMYK0.130.2600.08
HSL270.49º59.22%79.8%-
HSV(B)270.49º26.07%91.76%-
XYZ54.748.6784.35-
YUV189.22153.27138.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.39%
GREEN value IS 173 (67.97% from 255) = 28.31%
BLUE value IS 234 (91.80% from 255) = 38.30%
R=33.39%
G=28.31%
B=38.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041732340.130.2600.08270.4959.2279.8
HexCCADEAD1A0810e3b50
Octal314255352153201041673120
Binary110011001010110111101010110111010010001000011101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADEA; }

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

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

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

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

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

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

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

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