Html Css Color HEX #D9AED3 French Lilac

📋 copy color: '#D9AED3'

red 217 ◦ green 174 ◦ blue 211

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

Shades of French Lilac #D9AED3

Tints of French Lilac #D9AED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.05%

R = 36.05%
G = 28.9%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D9AED3 (or 0xD9AED3) is known color: French Lilac. HEX triplet: D9, AE and D3. RGB value is (217,174,211). Sum of RGB (Red+Green+Blue) = 217+174+211=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AED3 is #26512C. Grayscale: #BEBEBE. Windows color (decimal): -2511149 or 13872857. OLE color: 13872857.

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

Color convert

RGB 217 174 211 -
CMYK 0 0.20 0.03 0.15
HSL 308.37º 0.36% 0.77% -
HSV(B) 308.37º 0.2% 0.85% -
XYZ 55.51 49.73 68.3 -
YUV 191.08 139.25 146.49 -
System Red Green Blue C M Y K H S L
Decimal 217 174 211 0 0.20 0.03 0.15 308.37 0.36 0.77
Hex D9 AE D3 0 14 3 F 134 24 4D
Octal 331 256 323 0 24 3 17 464 44 115
Binary 11011001 10101110 11010011 0 10100 11 1111 100110100 100100 1001101

Color Harmonies of #D9AED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AED3

Black with #D9AED3

Text Example


Text Example

White with #D9AED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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