Html Css Color HEX #D9ABCF French Lilac

📋 copy color: '#D9ABCF'

red 217 ◦ green 171 ◦ blue 207

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

Shades of French Lilac #D9ABCF

Tints of French Lilac #D9ABCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.79%

R = 36.47%
G = 28.74%
B = 34.79%

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

#D9ABCF (or 0xD9ABCF) is known color: French Lilac. HEX triplet: D9, AB and CF. RGB value is (217,171,207). Sum of RGB (Red+Green+Blue) = 217+171+207=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ABCF is #265430. Grayscale: #BCBCBC. Windows color (decimal): -2511921 or 13609945. OLE color: 13609945.

HSL color Cylindrical-coordinate representation of color #D9ABCF: hue angle of 313.04º 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 #D9ABCF is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 171 207 -
CMYK 0 0.21 0.05 0.15
HSL 313.04º 0.38% 0.76% -
HSV(B) 313.04º 0.21% 0.85% -
XYZ 54.44 48.38 65.5 -
YUV 188.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 217 171 207 0 0.21 0.05 0.15 313.04 0.38 0.76
Hex D9 AB CF 0 15 5 F 139 26 4C
Octal 331 253 317 0 25 5 17 471 46 114
Binary 11011001 10101011 11001111 0 10101 101 1111 100111001 100110 1001100

Color Harmonies of #D9ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ABCF

Black with #D9ABCF

Text Example


Text Example

White with #D9ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ABCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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