Html Css Color HEX #D9ABCE French Lilac

📋 copy color: '#D9ABCE'

red 217 ◦ green 171 ◦ blue 206

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

Shades of French Lilac #D9ABCE

Tints of French Lilac #D9ABCE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.79%

 BLUE value IS 206 (80.86% from 255) = 34.68%

R = 36.53%
G = 28.79%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D9ABCE (or 0xD9ABCE) is known color: French Lilac. HEX triplet: D9, AB and CE. RGB value is (217,171,206). Sum of RGB (Red+Green+Blue) = 217+171+206=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ABCE is #265431. Grayscale: #BCBCBC. Windows color (decimal): -2511922 or 13544409. OLE color: 13544409.

HSL color Cylindrical-coordinate representation of color #D9ABCE: hue angle of 314.35º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9ABCE is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 171 206 -
CMYK 0 0.21 0.05 0.15
HSL 314.35º 0.38% 0.76% -
HSV(B) 314.35º 0.21% 0.85% -
XYZ 54.32 48.33 64.86 -
YUV 188.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 217 171 206 0 0.21 0.05 0.15 314.35 0.38 0.76
Hex D9 AB CE 0 15 5 F 13A 26 4C
Octal 331 253 316 0 25 5 17 472 46 114
Binary 11011001 10101011 11001110 0 10101 101 1111 100111010 100110 1001100

Color Harmonies of #D9ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ABCE

Black with #D9ABCE

Text Example


Text Example

White with #D9ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ABCE; }

 p { color: rgb(217,171,206); }

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

background-color css

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

 a { background-color: rgb(217,171,206); }

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

border-color css

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

 span { border-color: rgb(217,171,206); }

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