Html Css Color HEX #D8B5D1 French Lilac

📋 copy color: '#D8B5D1'

red 216 ◦ green 181 ◦ blue 209

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

Shades of French Lilac #D8B5D1

Tints of French Lilac #D8B5D1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.87%

 BLUE value IS 209 (82.03% from 255) = 34.49%

R = 35.64%
G = 29.87%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D8B5D1 (or 0xD8B5D1) is known color: French Lilac. HEX triplet: D8, B5 and D1. RGB value is (216,181,209). Sum of RGB (Red+Green+Blue) = 216+181+209=606 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.64% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B5D1 is #274A2E. Grayscale: #C2C2C2. Windows color (decimal): -2574895 or 13743576. OLE color: 13743576.

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

Color convert

RGB 216 181 209 -
CMYK 0 0.16 0.03 0.15
HSL 312º 0.31% 0.78% -
HSV(B) 312º 0.16% 0.85% -
XYZ 56.35 52.25 67.44 -
YUV 194.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 216 181 209 0 0.16 0.03 0.15 312 0.31 0.78
Hex D8 B5 D1 0 10 3 F 138 1F 4E
Octal 330 265 321 0 20 3 17 470 37 116
Binary 11011000 10110101 11010001 0 10000 11 1111 100111000 11111 1001110

Color Harmonies of #D8B5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B5D1

Black with #D8B5D1

Text Example


Text Example

White with #D8B5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B5D1; }

 p { color: rgb(216,181,209); }

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

background-color css

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

 a { background-color: rgb(216,181,209); }

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

border-color css

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

 span { border-color: rgb(216,181,209); }

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