#CEB4CB

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

Shades of French Lilac #CEB4CB

Tints of French Lilac #CEB4CB

Color information

#CEB4CB (or 0xCEB4CB) is unknown color: approx French Lilac. HEX triplet: CE, B4 and CB. RGB value is (206,180,203). Sum of RGB (Red+Green+Blue) = 206+180+203=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4CB is #314B34. Grayscale: #BEBEBE. Windows color (decimal): -3230517 or 13350094. OLE color: 13350094.

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

Color convert

RGB206180203-
CMYK00.130.010.19
HSL306.92º20.97%75.69%-
HSV(B)306.92º12.62%80.78%-
XYZ52.5550.0863.4-
YUV190.4135.11139.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.97%
GREEN value IS 180 (70.70% from 255) = 30.56%
BLUE value IS 203 (79.69% from 255) = 34.47%
R=34.97%
G=30.56%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618020300.130.010.19306.9220.9775.69
HexCEB4CB0D113133154c
Octal31626431301512346325114
Binary11001110101101001100101101101110011100110011101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB4CB; }

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

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

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

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

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

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

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

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