#CCB2C9

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

Shades of Lilac #CCB2C9

Tints of Lilac #CCB2C9

Color information

#CCB2C9 (or 0xCCB2C9) is unknown color: approx Lilac. HEX triplet: CC, B2 and C9. RGB value is (204,178,201). Sum of RGB (Red+Green+Blue) = 204+178+201=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2C9 is #334D36. Grayscale: #BCBCBC. Windows color (decimal): -3362103 or 13218508. OLE color: 13218508.

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

Color convert

RGB204178201-
CMYK00.130.010.2
HSL306.92º20.31%74.9%-
HSV(B)306.92º12.75%80%-
XYZ51.3648.961.99-
YUV188.4135.11139.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.99%
GREEN value IS 178 (69.92% from 255) = 30.53%
BLUE value IS 201 (78.91% from 255) = 34.48%
R=34.99%
G=30.53%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417820100.130.010.2306.9220.3174.9
HexCCB2C90D114133144b
Octal31426231101512446324113
Binary11001100101100101100100101101110100100110011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB2C9; }

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

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

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

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

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

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

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

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