#CEB2CC

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

Shades of Lilac #CEB2CC

Tints of Lilac #CEB2CC

Color information

#CEB2CC (or 0xCEB2CC) is unknown color: approx Lilac. HEX triplet: CE, B2 and CC. RGB value is (206,178,204). Sum of RGB (Red+Green+Blue) = 206+178+204=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2CC is #314D33. Grayscale: #BDBDBD. Windows color (decimal): -3231028 or 13415118. OLE color: 13415118.

HSL color Cylindrical-coordinate representation of color #CEB2CC: hue angle of 304.29º degrees, saturation: 0.22, 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 #CEB2CC is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB206178204-
CMYK00.140.010.19
HSL304.29º22.22%75.29%-
HSV(B)304.29º13.59%80.78%-
XYZ52.2749.3263.89-
YUV189.34136.28139.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.03%
GREEN value IS 178 (69.92% from 255) = 30.27%
BLUE value IS 204 (80.08% from 255) = 34.69%
R=35.03%
G=30.27%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617820400.140.010.19304.2922.2275.29
HexCEB2CC0E113130164b
Octal31626231401612346026113
Binary11001110101100101100110001110110011100110000101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB2CC; }

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

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

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

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

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

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

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

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