Html Css Color HEX #D6B9CE French Lilac

📋 copy color: '#D6B9CE'

red 214 ◦ green 185 ◦ blue 206

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

Shades of French Lilac #D6B9CE

Tints of French Lilac #D6B9CE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.58%

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

R = 35.37%
G = 30.58%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D6B9CE (or 0xD6B9CE) is known color: French Lilac. HEX triplet: D6, B9 and CE. RGB value is (214,185,206). Sum of RGB (Red+Green+Blue) = 214+185+206=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B9CE is #294631. Grayscale: #C4C4C4. Windows color (decimal): -2704946 or 13547990. OLE color: 13547990.

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

Color convert

RGB 214 185 206 -
CMYK 0 0.14 0.04 0.16
HSL 316.55º 0.26% 0.78% -
HSV(B) 316.55º 0.14% 0.84% -
XYZ 56.22 53.45 65.75 -
YUV 196.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 214 185 206 0 0.14 0.04 0.16 316.55 0.26 0.78
Hex D6 B9 CE 0 E 4 10 13D 1A 4E
Octal 326 271 316 0 16 4 20 475 32 116
Binary 11010110 10111001 11001110 0 1110 100 10000 100111101 11010 1001110

Color Harmonies of #D6B9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B9CE

Black with #D6B9CE

Text Example


Text Example

White with #D6B9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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