Html Css Color HEX #D8AED3 French Lilac

📋 copy color: '#D8AED3'

red 216 ◦ green 174 ◦ blue 211

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

Shades of French Lilac #D8AED3

Tints of French Lilac #D8AED3

RGB

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

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

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

R = 35.94%
G = 28.95%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D8AED3 (or 0xD8AED3) is known color: French Lilac. HEX triplet: D8, AE and D3. RGB value is (216,174,211). Sum of RGB (Red+Green+Blue) = 216+174+211=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AED3 is #27512C. Grayscale: #BEBEBE. Windows color (decimal): -2576685 or 13872856. OLE color: 13872856.

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

Color convert

RGB 216 174 211 -
CMYK 0 0.19 0.02 0.15
HSL 307.14º 0.35% 0.76% -
HSV(B) 307.14º 0.19% 0.85% -
XYZ 55.21 49.57 68.29 -
YUV 190.78 139.41 145.99 -
System Red Green Blue C M Y K H S L
Decimal 216 174 211 0 0.19 0.02 0.15 307.14 0.35 0.76
Hex D8 AE D3 0 13 2 F 133 23 4C
Octal 330 256 323 0 23 2 17 463 43 114
Binary 11011000 10101110 11010011 0 10011 10 1111 100110011 100011 1001100

Color Harmonies of #D8AED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AED3

Black with #D8AED3

Text Example


Text Example

White with #D8AED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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