#CCADE8

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

Shades of Perfume #CCADE8

Tints of Perfume #CCADE8

Color information

#CCADE8 (or 0xCCADE8) is unknown color: approx Perfume. HEX triplet: CC, AD and E8. RGB value is (204,173,232). Sum of RGB (Red+Green+Blue) = 204+173+232=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 232 (91.02% from 255 or 38.10% from 609); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCADE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCADE8 is #335217. Grayscale: #BCBCBC. Windows color (decimal): -3363352 or 15248844. OLE color: 15248844.

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

Color convert

RGB204173232-
CMYK0.120.2500.09
HSL271.53º56.19%79.41%-
HSV(B)271.53º25.43%90.98%-
XYZ54.4148.5582.85-
YUV188.99152.27138.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.50%
GREEN value IS 173 (67.97% from 255) = 28.41%
BLUE value IS 232 (91.02% from 255) = 38.10%
R=33.50%
G=28.41%
B=38.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041732320.120.2500.09271.5356.1979.41
HexCCADE8C1909110384f
Octal314255350143101142070117
Binary110011001010110111101000110011001010011000100001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADE8; }

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

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

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

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

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

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

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

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