Html Css Color HEX #D6B9CF French Lilac

📋 copy color: '#D6B9CF'

red 214 ◦ green 185 ◦ blue 207

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

Shades of French Lilac #D6B9CF

Tints of French Lilac #D6B9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.16%

R = 35.31%
G = 30.53%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D6B9CF (or 0xD6B9CF) is known color: French Lilac. HEX triplet: D6, B9 and CF. RGB value is (214,185,207). Sum of RGB (Red+Green+Blue) = 214+185+207=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B9CF is #294630. Grayscale: #C4C4C4. Windows color (decimal): -2704945 or 13613526. OLE color: 13613526.

HSL color Cylindrical-coordinate representation of color #D6B9CF: hue angle of 314.48º 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 #D6B9CF is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 185 207 -
CMYK 0 0.14 0.03 0.16
HSL 314.48º 0.26% 0.78% -
HSV(B) 314.48º 0.14% 0.84% -
XYZ 56.34 53.5 66.39 -
YUV 196.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 214 185 207 0 0.14 0.03 0.16 314.48 0.26 0.78
Hex D6 B9 CF 0 E 3 10 13A 1A 4E
Octal 326 271 317 0 16 3 20 472 32 116
Binary 11010110 10111001 11001111 0 1110 11 10000 100111010 11010 1001110

Color Harmonies of #D6B9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B9CF

Black with #D6B9CF

Text Example


Text Example

White with #D6B9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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