#CCB1C9

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

Shades of Lilac #CCB1C9

Tints of Lilac #CCB1C9

Color information

#CCB1C9 (or 0xCCB1C9) is unknown color: approx Lilac. HEX triplet: CC, B1 and C9. RGB value is (204,177,201). Sum of RGB (Red+Green+Blue) = 204+177+201=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 177 (69.53% from 255 or 30.41% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB1C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB1C9 is #334E36. Grayscale: #BBBBBB. Windows color (decimal): -3362359 or 13218252. OLE color: 13218252.

HSL color Cylindrical-coordinate representation of color #CCB1C9: hue angle of 306.67º degrees, saturation: 0.21, 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 #CCB1C9 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB204177201-
CMYK00.130.010.2
HSL306.67º20.93%74.71%-
HSV(B)306.67º13.24%80%-
XYZ51.1748.561.92-
YUV187.81135.45139.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.05%
GREEN value IS 177 (69.53% from 255) = 30.41%
BLUE value IS 201 (78.91% from 255) = 34.54%
R=35.05%
G=30.41%
B=34.54%

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
Decimal20417720100.130.010.2306.6720.9374.71
HexCCB1C90D114133154b
Octal31426131101512446325113
Binary11001100101100011100100101101110100100110011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB1C9; }

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

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

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

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

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

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

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

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