Html Css Color HEX #D9AED5 French Lilac

📋 copy color: '#D9AED5'

red 217 ◦ green 174 ◦ blue 213

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

Shades of French Lilac #D9AED5

Tints of French Lilac #D9AED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.26%

R = 35.93%
G = 28.81%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D9AED5 (or 0xD9AED5) is known color: French Lilac. HEX triplet: D9, AE and D5. RGB value is (217,174,213). Sum of RGB (Red+Green+Blue) = 217+174+213=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AED5 is #26512A. Grayscale: #BFBFBF. Windows color (decimal): -2511147 or 14003929. OLE color: 14003929.

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

Color convert

RGB 217 174 213 -
CMYK 0 0.20 0.02 0.15
HSL 305.58º 0.36% 0.77% -
HSV(B) 305.58º 0.2% 0.85% -
XYZ 55.76 49.83 69.63 -
YUV 191.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 217 174 213 0 0.20 0.02 0.15 305.58 0.36 0.77
Hex D9 AE D5 0 14 2 F 132 24 4D
Octal 331 256 325 0 24 2 17 462 44 115
Binary 11011001 10101110 11010101 0 10100 10 1111 100110010 100100 1001101

Color Harmonies of #D9AED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AED5

Black with #D9AED5

Text Example


Text Example

White with #D9AED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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