Html Css Color HEX #D9B5D2 French Lilac

📋 copy color: '#D9B5D2'

red 217 ◦ green 181 ◦ blue 210

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

Shades of French Lilac #D9B5D2

Tints of French Lilac #D9B5D2

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.77%

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

R = 35.69%
G = 29.77%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D9B5D2 (or 0xD9B5D2) is known color: French Lilac. HEX triplet: D9, B5 and D2. RGB value is (217,181,210). Sum of RGB (Red+Green+Blue) = 217+181+210=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 181 (71.09% from 255 or 29.77% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B5D2 is #264A2D. Grayscale: #C2C2C2. Windows color (decimal): -2509358 or 13809113. OLE color: 13809113.

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

Color convert

RGB 217 181 210 -
CMYK 0 0.17 0.03 0.15
HSL 311.67º 0.32% 0.78% -
HSV(B) 311.67º 0.17% 0.85% -
XYZ 56.77 52.45 68.1 -
YUV 195.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 217 181 210 0 0.17 0.03 0.15 311.67 0.32 0.78
Hex D9 B5 D2 0 11 3 F 138 20 4E
Octal 331 265 322 0 21 3 17 470 40 116
Binary 11011001 10110101 11010010 0 10001 11 1111 100111000 100000 1001110

Color Harmonies of #D9B5D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B5D2

Black with #D9B5D2

Text Example


Text Example

White with #D9B5D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B5D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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