Html Css Color HEX #D9AED8 French Lilac

📋 copy color: '#D9AED8'

red 217 ◦ green 174 ◦ blue 216

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

Shades of French Lilac #D9AED8

Tints of French Lilac #D9AED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.58%

R = 35.75%
G = 28.67%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D9AED8 (or 0xD9AED8) is known color: French Lilac. HEX triplet: D9, AE and D8. RGB value is (217,174,216). Sum of RGB (Red+Green+Blue) = 217+174+216=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AED8 is #265127. Grayscale: #BFBFBF. Windows color (decimal): -2511144 or 14200537. OLE color: 14200537.

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

Color convert

RGB 217 174 216 -
CMYK 0 0.20 0.00 0.15
HSL 301.4º 0.36% 0.77% -
HSV(B) 301.4º 0.2% 0.85% -
XYZ 56.15 49.98 71.65 -
YUV 191.65 141.75 146.08 -
System Red Green Blue C M Y K H S L
Decimal 217 174 216 0 0.20 0.00 0.15 301.4 0.36 0.77
Hex D9 AE D8 0 14 0 F 12D 24 4D
Octal 331 256 330 0 24 0 17 455 44 115
Binary 11011001 10101110 11011000 0 10100 0 1111 100101101 100100 1001101

Color Harmonies of #D9AED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AED8

Black with #D9AED8

Text Example


Text Example

White with #D9AED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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