Html Css Color HEX #CEB4CB French Lilac

📋 copy color: '#CEB4CB'

red 206 ◦ green 180 ◦ blue 203

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

Shades of French Lilac #CEB4CB

Tints of French Lilac #CEB4CB

RGB

 RED value IS 206 (80.86% from 255) = 34.97%

 GREEN value IS 180 (70.7% 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 value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

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

RGB 206 180 203 -
CMYK 0 0.13 0.01 0.19
HSL 306.92º 0.21% 0.76% -
HSV(B) 306.92º 0.13% 0.81% -
XYZ 52.55 50.08 63.4 -
YUV 190.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 206 180 203 0 0.13 0.01 0.19 306.92 0.21 0.76
Hex CE B4 CB 0 D 1 13 133 15 4C
Octal 316 264 313 0 15 1 23 463 25 114
Binary 11001110 10110100 11001011 0 1101 1 10011 100110011 10101 1001100

Color Harmonies of #CEB4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB4CB

Black with #CEB4CB

Text Example


Text Example

White with #CEB4CB

Text Example


Text Example

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