Html Css Color HEX #D7BDD0 French Lilac

📋 copy color: '#D7BDD0'

red 215 ◦ green 189 ◦ blue 208

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

Shades of French Lilac #D7BDD0

Tints of French Lilac #D7BDD0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.88%

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

R = 35.13%
G = 30.88%
B = 33.99%

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

#D7BDD0 (or 0xD7BDD0) is known color: French Lilac. HEX triplet: D7, BD and D0. RGB value is (215,189,208). Sum of RGB (Red+Green+Blue) = 215+189+208=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDD0 is #28422F. Grayscale: #C6C6C6. Windows color (decimal): -2638384 or 13680087. OLE color: 13680087.

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

Color convert

RGB 215 189 208 -
CMYK 0 0.12 0.03 0.16
HSL 316.15º 0.25% 0.79% -
HSV(B) 316.15º 0.12% 0.84% -
XYZ 57.61 55.4 67.33 -
YUV 198.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 215 189 208 0 0.12 0.03 0.16 316.15 0.25 0.79
Hex D7 BD D0 0 C 3 10 13C 19 4F
Octal 327 275 320 0 14 3 20 474 31 117
Binary 11010111 10111101 11010000 0 1100 11 10000 100111100 11001 1001111

Color Harmonies of #D7BDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BDD0

Black with #D7BDD0

Text Example


Text Example

White with #D7BDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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