Html Css Color HEX #D5AED2 French Lilac

📋 copy color: '#D5AED2'

red 213 ◦ green 174 ◦ blue 210

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

Shades of French Lilac #D5AED2

Tints of French Lilac #D5AED2

RGB

 RED value IS 213 (83.59% from 255) = 35.68%

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

 BLUE value IS 210 (82.42% from 255) = 35.18%

R = 35.68%
G = 29.15%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D5AED2 (or 0xD5AED2) is known color: French Lilac. HEX triplet: D5, AE and D2. RGB value is (213,174,210). Sum of RGB (Red+Green+Blue) = 213+174+210=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AED2 is #2A512D. Grayscale: #BDBDBD. Windows color (decimal): -2773294 or 13807317. OLE color: 13807317.

HSL color Cylindrical-coordinate representation of color #D5AED2: hue angle of 304.62º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5AED2 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 174 210 -
CMYK 0 0.18 0.01 0.16
HSL 304.62º 0.32% 0.76% -
HSV(B) 304.62º 0.18% 0.84% -
XYZ 54.21 49.07 67.59 -
YUV 189.77 139.42 144.57 -
System Red Green Blue C M Y K H S L
Decimal 213 174 210 0 0.18 0.01 0.16 304.62 0.32 0.76
Hex D5 AE D2 0 12 1 10 131 20 4C
Octal 325 256 322 0 22 1 20 461 40 114
Binary 11010101 10101110 11010010 0 10010 1 10000 100110001 100000 1001100

Color Harmonies of #D5AED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AED2

Black with #D5AED2

Text Example


Text Example

White with #D5AED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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