Html Css Color HEX #D6B6CE French Lilac

📋 copy color: '#D6B6CE'

red 214 ◦ green 182 ◦ blue 206

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

Shades of French Lilac #D6B6CE

Tints of French Lilac #D6B6CE

RGB

 RED value IS 214 (83.98% from 255) = 35.55%

 GREEN value IS 182 (71.48% from 255) = 30.23%

 BLUE value IS 206 (80.86% from 255) = 34.22%

R = 35.55%
G = 30.23%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D6B6CE (or 0xD6B6CE) is known color: French Lilac. HEX triplet: D6, B6 and CE. RGB value is (214,182,206). Sum of RGB (Red+Green+Blue) = 214+182+206=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 182 (71.48% from 255 or 30.23% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B6CE is #294931. Grayscale: #C2C2C2. Windows color (decimal): -2705714 or 13547222. OLE color: 13547222.

HSL color Cylindrical-coordinate representation of color #D6B6CE: hue angle of 315º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6B6CE is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 182 206 -
CMYK 0 0.15 0.04 0.16
HSL 315º 0.28% 0.78% -
HSV(B) 315º 0.15% 0.84% -
XYZ 55.6 52.21 65.54 -
YUV 194.3 134.6 142.05 -
System Red Green Blue C M Y K H S L
Decimal 214 182 206 0 0.15 0.04 0.16 315 0.28 0.78
Hex D6 B6 CE 0 F 4 10 13B 1C 4E
Octal 326 266 316 0 17 4 20 473 34 116
Binary 11010110 10110110 11001110 0 1111 100 10000 100111011 11100 1001110

Color Harmonies of #D6B6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B6CE

Black with #D6B6CE

Text Example


Text Example

White with #D6B6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B6CE; }

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

 H1.HeaderClassName
 {
   color: #D6B6CE;
 }
 .AnyTagClassName
 {
   color: #D6B6CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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