Html Css Color HEX #D8B9CF French Lilac

📋 copy color: '#D8B9CF'

red 216 ◦ green 185 ◦ blue 207

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

Shades of French Lilac #D8B9CF

Tints of French Lilac #D8B9CF

RGB

 RED value IS 216 (84.77% from 255) = 35.53%

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

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

R = 35.53%
G = 30.43%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D8B9CF (or 0xD8B9CF) is known color: French Lilac. HEX triplet: D8, B9 and CF. RGB value is (216,185,207). Sum of RGB (Red+Green+Blue) = 216+185+207=608 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.53% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B9CF is #274630. Grayscale: #C4C4C4. Windows color (decimal): -2573873 or 13613528. OLE color: 13613528.

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

Color convert

RGB 216 185 207 -
CMYK 0 0.14 0.04 0.15
HSL 317.42º 0.28% 0.79% -
HSV(B) 317.42º 0.14% 0.85% -
XYZ 56.93 53.8 66.42 -
YUV 196.78 133.77 141.71 -
System Red Green Blue C M Y K H S L
Decimal 216 185 207 0 0.14 0.04 0.15 317.42 0.28 0.79
Hex D8 B9 CF 0 E 4 F 13D 1C 4F
Octal 330 271 317 0 16 4 17 475 34 117
Binary 11011000 10111001 11001111 0 1110 100 1111 100111101 11100 1001111

Color Harmonies of #D8B9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B9CF

Black with #D8B9CF

Text Example


Text Example

White with #D8B9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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