#CEB6CB

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

Shades of French Lilac #CEB6CB

Tints of French Lilac #CEB6CB

Color information

#CEB6CB (or 0xCEB6CB) is unknown color: approx French Lilac. HEX triplet: CE, B6 and CB. RGB value is (206,182,203). Sum of RGB (Red+Green+Blue) = 206+182+203=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6CB is #314934. Grayscale: #BFBFBF. Windows color (decimal): -3230005 or 13350606. OLE color: 13350606.

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

Color convert

RGB206182203-
CMYK00.120.010.19
HSL307.5º19.67%76.08%-
HSV(B)307.5º11.65%80.78%-
XYZ52.9650.8963.53-
YUV191.57134.45138.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.86%
GREEN value IS 182 (71.48% from 255) = 30.80%
BLUE value IS 203 (79.69% from 255) = 34.35%
R=34.86%
G=30.80%
B=34.35%

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
Decimal20618220300.120.010.19307.519.6776.08
HexCEB6CB0C113134144c
Octal31626631301412346424114
Binary11001110101101101100101101100110011100110100101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB6CB; }

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

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

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

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

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

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

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

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