Html Css Color HEX #D8AED2 French Lilac

📋 copy color: '#D8AED2'

red 216 ◦ green 174 ◦ blue 210

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

Shades of French Lilac #D8AED2

Tints of French Lilac #D8AED2

RGB

 RED value IS 216 (84.77% from 255) = 36%

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

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

R = 36%
G = 29%
B = 35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D8AED2 (or 0xD8AED2) is known color: French Lilac. HEX triplet: D8, AE and D2. RGB value is (216,174,210). Sum of RGB (Red+Green+Blue) = 216+174+210=600 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AED2 is #27512D. Grayscale: #BEBEBE. Windows color (decimal): -2576686 or 13807320. OLE color: 13807320.

HSL color Cylindrical-coordinate representation of color #D8AED2: hue angle of 308.57º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8AED2 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 174 210 -
CMYK 0 0.19 0.03 0.15
HSL 308.57º 0.35% 0.76% -
HSV(B) 308.57º 0.19% 0.85% -
XYZ 55.09 49.52 67.63 -
YUV 190.66 138.91 146.07 -
System Red Green Blue C M Y K H S L
Decimal 216 174 210 0 0.19 0.03 0.15 308.57 0.35 0.76
Hex D8 AE D2 0 13 3 F 135 23 4C
Octal 330 256 322 0 23 3 17 465 43 114
Binary 11011000 10101110 11010010 0 10011 11 1111 100110101 100011 1001100

Color Harmonies of #D8AED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AED2

Black with #D8AED2

Text Example


Text Example

White with #D8AED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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