Html Css Color HEX #CEB5CB French Lilac

📋 copy color: '#CEB5CB'

red 206 ◦ green 181 ◦ blue 203

#CEB5CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Lilac #CEB5CB

Tints of French Lilac #CEB5CB

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 value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CEB5CB (or 0xCEB5CB) is known color: 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

RGB 206 181 203 -
CMYK 0 0.12 0.01 0.19
HSL 307.2º 0.2% 0.76% -
HSV(B) 307.2º 0.12% 0.81% -
XYZ 52.76 50.48 63.46 -
YUV 190.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 206 181 203 0 0.12 0.01 0.19 307.2 0.2 0.76
Hex CE B5 CB 0 C 1 13 133 14 4C
Octal 316 265 313 0 14 1 23 463 24 114
Binary 11001110 10110101 11001011 0 1100 1 10011 100110011 10100 1001100

Color Harmonies of #CEB5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB5CB

Black with #CEB5CB

Text Example


Text Example

White with #CEB5CB

Text Example


Text Example

HTML Codes & Css Web 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>