Html Css Color HEX #D8B5D2 French Lilac

📋 copy color: '#D8B5D2'

red 216 ◦ green 181 ◦ blue 210

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

Shades of French Lilac #D8B5D2

Tints of French Lilac #D8B5D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.6%

R = 35.58%
G = 29.82%
B = 34.6%

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

#D8B5D2 (or 0xD8B5D2) is known color: French Lilac. HEX triplet: D8, B5 and D2. RGB value is (216,181,210). Sum of RGB (Red+Green+Blue) = 216+181+210=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B5D2 is #274A2D. Grayscale: #C2C2C2. Windows color (decimal): -2574894 or 13809112. OLE color: 13809112.

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

Color convert

RGB 216 181 210 -
CMYK 0 0.16 0.03 0.15
HSL 310.29º 0.31% 0.78% -
HSV(B) 310.29º 0.16% 0.85% -
XYZ 56.48 52.3 68.09 -
YUV 194.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 216 181 210 0 0.16 0.03 0.15 310.29 0.31 0.78
Hex D8 B5 D2 0 10 3 F 136 1F 4E
Octal 330 265 322 0 20 3 17 466 37 116
Binary 11011000 10110101 11010010 0 10000 11 1111 100110110 11111 1001110

Color Harmonies of #D8B5D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B5D2

Black with #D8B5D2

Text Example


Text Example

White with #D8B5D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B5D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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