Html Css Color HEX #D8B9D5 French Lilac

📋 copy color: '#D8B9D5'

red 216 ◦ green 185 ◦ blue 213

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

Shades of French Lilac #D8B9D5

Tints of French Lilac #D8B9D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.69%

R = 35.18%
G = 30.13%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D8B9D5 (or 0xD8B9D5) is known color: French Lilac. HEX triplet: D8, B9 and D5. RGB value is (216,185,213). Sum of RGB (Red+Green+Blue) = 216+185+213=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 185 (72.66% from 255 or 30.13% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B9D5 is #27462A. Grayscale: #C5C5C5. Windows color (decimal): -2573867 or 14006744. OLE color: 14006744.

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

Color convert

RGB 216 185 213 -
CMYK 0 0.14 0.01 0.15
HSL 305.81º 0.28% 0.79% -
HSV(B) 305.81º 0.14% 0.85% -
XYZ 57.68 54.1 70.35 -
YUV 197.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 216 185 213 0 0.14 0.01 0.15 305.81 0.28 0.79
Hex D8 B9 D5 0 E 1 F 132 1C 4F
Octal 330 271 325 0 16 1 17 462 34 117
Binary 11011000 10111001 11010101 0 1110 1 1111 100110010 11100 1001111

Color Harmonies of #D8B9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B9D5

Black with #D8B9D5

Text Example


Text Example

White with #D8B9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B9D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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