#CEB2CD

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

Shades of Lilac #CEB2CD

Tints of Lilac #CEB2CD

Color information

#CEB2CD (or 0xCEB2CD) is unknown color: approx Lilac. HEX triplet: CE, B2 and CD. RGB value is (206,178,205). Sum of RGB (Red+Green+Blue) = 206+178+205=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2CD is #314D32. Grayscale: #BDBDBD. Windows color (decimal): -3231027 or 13480654. OLE color: 13480654.

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

Color convert

RGB206178205-
CMYK00.140.000.19
HSL302.14º22.22%75.29%-
HSV(B)302.14º13.59%80.78%-
XYZ52.3949.3764.53-
YUV189.45136.78139.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.97%
GREEN value IS 178 (69.92% from 255) = 30.22%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=34.97%
G=30.22%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617820500.140.000.19302.1422.2275.29
HexCEB2CD0E01312e164b
Octal31626231501602345626113
Binary11001110101100101100110101110010011100101110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB2CD; }

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

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

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

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

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

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

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

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