Html Css Color HEX #D9BAD2 French Lilac

📋 copy color: '#D9BAD2'

red 217 ◦ green 186 ◦ blue 210

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

Shades of French Lilac #D9BAD2

Tints of French Lilac #D9BAD2

RGB

 RED value IS 217 (85.16% from 255) = 35.4%

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

 BLUE value IS 210 (82.42% from 255) = 34.26%

R = 35.4%
G = 30.34%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D9BAD2 (or 0xD9BAD2) is known color: French Lilac. HEX triplet: D9, BA and D2. RGB value is (217,186,210). Sum of RGB (Red+Green+Blue) = 217+186+210=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BAD2 is #26452D. Grayscale: #C5C5C5. Windows color (decimal): -2508078 or 13810393. OLE color: 13810393.

HSL color Cylindrical-coordinate representation of color #D9BAD2: hue angle of 313.55º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9BAD2 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 186 210 -
CMYK 0 0.14 0.03 0.15
HSL 313.55º 0.29% 0.79% -
HSV(B) 313.55º 0.14% 0.85% -
XYZ 57.81 54.52 68.45 -
YUV 198.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 217 186 210 0 0.14 0.03 0.15 313.55 0.29 0.79
Hex D9 BA D2 0 E 3 F 13A 1D 4F
Octal 331 272 322 0 16 3 17 472 35 117
Binary 11011001 10111010 11010010 0 1110 11 1111 100111010 11101 1001111

Color Harmonies of #D9BAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BAD2

Black with #D9BAD2

Text Example


Text Example

White with #D9BAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BAD2; }

 p { color: rgb(217,186,210); }

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

background-color css

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

 a { background-color: rgb(217,186,210); }

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

border-color css

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

 span { border-color: rgb(217,186,210); }

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