#CCB0C9

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

Shades of Lilac #CCB0C9

Tints of Lilac #CCB0C9

Color information

#CCB0C9 (or 0xCCB0C9) is unknown color: approx Lilac. HEX triplet: CC, B0 and C9. RGB value is (204,176,201). Sum of RGB (Red+Green+Blue) = 204+176+201=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0C9 is #334F36. Grayscale: #BBBBBB. Windows color (decimal): -3362615 or 13217996. OLE color: 13217996.

HSL color Cylindrical-coordinate representation of color #CCB0C9: hue angle of 306.43º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCB0C9 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB204176201-
CMYK00.140.010.2
HSL306.43º21.54%74.51%-
HSV(B)306.43º13.73%80%-
XYZ50.9748.1161.86-
YUV187.22135.78139.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.11%
GREEN value IS 176 (69.14% from 255) = 30.29%
BLUE value IS 201 (78.91% from 255) = 34.60%
R=35.11%
G=30.29%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417620100.140.010.2306.4321.5474.51
HexCCB0C90E114132164b
Octal31426031101612446226113
Binary11001100101100001100100101110110100100110010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB0C9; }

 p { color: rgb(204,176,201); }

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

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

 a { background-color: rgb(204,176,201); }

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

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

 span { border-color: rgb(204,176,201); }

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