#CCB1CE

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

Shades of Lilac #CCB1CE

Tints of Lilac #CCB1CE

Color information

#CCB1CE (or 0xCCB1CE) is unknown color: approx Lilac. HEX triplet: CC, B1 and CE. RGB value is (204,177,206). Sum of RGB (Red+Green+Blue) = 204+177+206=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCB1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB1CE is #334E31. Grayscale: #BCBCBC. Windows color (decimal): -3362354 or 13545932. OLE color: 13545932.

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

Color convert

RGB204177206-
CMYK0.010.1400.19
HSL295.86º22.83%75.1%-
HSV(B)295.86º14.08%80.78%-
XYZ51.7648.7465.07-
YUV188.38137.95139.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 177 (69.53% from 255) = 30.15%
BLUE value IS 206 (80.86% from 255) = 35.09%
R=34.75%
G=30.15%
B=35.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041772060.010.1400.19295.8622.8375.1
HexCCB1CE1E013128174b
Octal31426131611602345027113
Binary11001100101100011100111011110010011100101000101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB1CE; }

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

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

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

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

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

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

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

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