Html Css Color HEX #D8BED4 French Lilac

📋 copy color: '#D8BED4'

red 216 ◦ green 190 ◦ blue 212

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

Shades of French Lilac #D8BED4

Tints of French Lilac #D8BED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.3%

R = 34.95%
G = 30.74%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D8BED4 (or 0xD8BED4) is known color: French Lilac. HEX triplet: D8, BE and D4. RGB value is (216,190,212). Sum of RGB (Red+Green+Blue) = 216+190+212=618 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.95% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BED4 is #27412B. Grayscale: #C8C8C8. Windows color (decimal): -2572588 or 13942488. OLE color: 13942488.

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

Color convert

RGB 216 190 212 -
CMYK 0 0.12 0.02 0.15
HSL 309.23º 0.25% 0.8% -
HSV(B) 309.23º 0.12% 0.85% -
XYZ 58.62 56.18 70.04 -
YUV 200.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 216 190 212 0 0.12 0.02 0.15 309.23 0.25 0.8
Hex D8 BE D4 0 C 2 F 135 19 50
Octal 330 276 324 0 14 2 17 465 31 120
Binary 11011000 10111110 11010100 0 1100 10 1111 100110101 11001 1010000

Color Harmonies of #D8BED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BED4

Black with #D8BED4

Text Example


Text Example

White with #D8BED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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