Html Css Color HEX #D9AECF French Lilac

📋 copy color: '#D9AECF'

red 217 ◦ green 174 ◦ blue 207

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

Shades of French Lilac #D9AECF

Tints of French Lilac #D9AECF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.1%

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

R = 36.29%
G = 29.1%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D9AECF (or 0xD9AECF) is known color: French Lilac. HEX triplet: D9, AE and CF. RGB value is (217,174,207). Sum of RGB (Red+Green+Blue) = 217+174+207=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AECF is #265130. Grayscale: #BEBEBE. Windows color (decimal): -2511153 or 13610713. OLE color: 13610713.

HSL color Cylindrical-coordinate representation of color #D9AECF: hue angle of 313.95º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9AECF is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 174 207 -
CMYK 0 0.20 0.05 0.15
HSL 313.95º 0.36% 0.77% -
HSV(B) 313.95º 0.2% 0.85% -
XYZ 55.01 49.53 65.69 -
YUV 190.62 137.25 146.82 -
System Red Green Blue C M Y K H S L
Decimal 217 174 207 0 0.20 0.05 0.15 313.95 0.36 0.77
Hex D9 AE CF 0 14 5 F 13A 24 4D
Octal 331 256 317 0 24 5 17 472 44 115
Binary 11011001 10101110 11001111 0 10100 101 1111 100111010 100100 1001101

Color Harmonies of #D9AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AECF

Black with #D9AECF

Text Example


Text Example

White with #D9AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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