#CEB5CB

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

Shades of French Lilac #CEB5CB

Tints of French Lilac #CEB5CB

Color information

#CEB5CB (or 0xCEB5CB) is unknown color: approx French Lilac. HEX triplet: CE, B5 and CB. RGB value is (206,181,203). Sum of RGB (Red+Green+Blue) = 206+181+203=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5CB is #314A34. Grayscale: #BEBEBE. Windows color (decimal): -3230261 or 13350350. OLE color: 13350350.

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

Color convert

RGB206181203-
CMYK00.120.010.19
HSL307.2º20.33%75.88%-
HSV(B)307.2º12.14%80.78%-
XYZ52.7650.4863.46-
YUV190.98134.78138.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.92%
GREEN value IS 181 (71.09% from 255) = 30.68%
BLUE value IS 203 (79.69% from 255) = 34.41%
R=34.92%
G=30.68%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618120300.120.010.19307.220.3375.88
HexCEB5CB0C113133144c
Octal31626531301412346324114
Binary11001110101101011100101101100110011100110011101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB5CB; }

 p { color: rgb(206,181,203); }

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

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

 a { background-color: rgb(206,181,203); }

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

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

 span { border-color: rgb(206,181,203); }

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