Html Css Color HEX #D8BED5 French Lilac

📋 copy color: '#D8BED5'

red 216 ◦ green 190 ◦ blue 213

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

Shades of French Lilac #D8BED5

Tints of French Lilac #D8BED5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.69%

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

R = 34.89%
G = 30.69%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D8BED5 (or 0xD8BED5) is known color: French Lilac. HEX triplet: D8, BE and D5. RGB value is (216,190,213). Sum of RGB (Red+Green+Blue) = 216+190+213=619 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.89% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BED5 is #27412A. Grayscale: #C8C8C8. Windows color (decimal): -2572587 or 14008024. OLE color: 14008024.

HSL color Cylindrical-coordinate representation of color #D8BED5: hue angle of 306.92º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8BED5 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 190 213 -
CMYK 0 0.12 0.01 0.15
HSL 306.92º 0.25% 0.8% -
HSV(B) 306.92º 0.12% 0.85% -
XYZ 58.74 56.23 70.71 -
YUV 200.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 216 190 213 0 0.12 0.01 0.15 306.92 0.25 0.8
Hex D8 BE D5 0 C 1 F 133 19 50
Octal 330 276 325 0 14 1 17 463 31 120
Binary 11011000 10111110 11010101 0 1100 1 1111 100110011 11001 1010000

Color Harmonies of #D8BED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BED5

Black with #D8BED5

Text Example


Text Example

White with #D8BED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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