Html Css Color HEX #D7BAD1 French Lilac

📋 copy color: '#D7BAD1'

red 215 ◦ green 186 ◦ blue 209

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

Shades of French Lilac #D7BAD1

Tints of French Lilac #D7BAD1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.49%

 BLUE value IS 209 (82.03% from 255) = 34.26%

R = 35.25%
G = 30.49%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D7BAD1 (or 0xD7BAD1) is known color: French Lilac. HEX triplet: D7, BA and D1. RGB value is (215,186,209). Sum of RGB (Red+Green+Blue) = 215+186+209=610 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.25% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 209 (82.03% from 255 or 34.26% from 610); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BAD1 is #28452E. Grayscale: #C5C5C5. Windows color (decimal): -2639151 or 13744855. OLE color: 13744855.

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

Color convert

RGB 215 186 209 -
CMYK 0 0.13 0.03 0.16
HSL 312.41º 0.27% 0.79% -
HSV(B) 312.41º 0.13% 0.84% -
XYZ 57.09 54.17 67.77 -
YUV 197.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 215 186 209 0 0.13 0.03 0.16 312.41 0.27 0.79
Hex D7 BA D1 0 D 3 10 138 1B 4F
Octal 327 272 321 0 15 3 20 470 33 117
Binary 11010111 10111010 11010001 0 1101 11 10000 100111000 11011 1001111

Color Harmonies of #D7BAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BAD1

Black with #D7BAD1

Text Example


Text Example

White with #D7BAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BAD1; }

 p { color: rgb(215,186,209); }

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

background-color css

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

 a { background-color: rgb(215,186,209); }

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

border-color css

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

 span { border-color: rgb(215,186,209); }

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