Html Css Color HEX #D7BED0 French Lilac

📋 copy color: '#D7BED0'

red 215 ◦ green 190 ◦ blue 208

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

Shades of French Lilac #D7BED0

Tints of French Lilac #D7BED0

RGB

 RED value IS 215 (84.38% from 255) = 35.07%

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

 BLUE value IS 208 (81.64% from 255) = 33.93%

R = 35.07%
G = 31%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D7BED0 (or 0xD7BED0) is known color: French Lilac. HEX triplet: D7, BE and D0. RGB value is (215,190,208). Sum of RGB (Red+Green+Blue) = 215+190+208=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BED0 is #28412F. Grayscale: #C7C7C7. Windows color (decimal): -2638128 or 13680343. OLE color: 13680343.

HSL color Cylindrical-coordinate representation of color #D7BED0: hue angle of 316.8º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7BED0 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 190 208 -
CMYK 0 0.12 0.03 0.16
HSL 316.8º 0.24% 0.79% -
HSV(B) 316.8º 0.12% 0.84% -
XYZ 57.82 55.83 67.4 -
YUV 199.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 215 190 208 0 0.12 0.03 0.16 316.8 0.24 0.79
Hex D7 BE D0 0 C 3 10 13D 18 4F
Octal 327 276 320 0 14 3 20 475 30 117
Binary 11010111 10111110 11010000 0 1100 11 10000 100111101 11000 1001111

Color Harmonies of #D7BED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BED0

Black with #D7BED0

Text Example


Text Example

White with #D7BED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BED0; }

 p { color: rgb(215,190,208); }

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

background-color css

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

 a { background-color: rgb(215,190,208); }

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

border-color css

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

 span { border-color: rgb(215,190,208); }

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