Html Css Color HEX #D8AACE French Lilac

📋 copy color: '#D8AACE'

red 216 ◦ green 170 ◦ blue 206

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

Shades of French Lilac #D8AACE

Tints of French Lilac #D8AACE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.72%

 BLUE value IS 206 (80.86% from 255) = 34.8%

R = 36.49%
G = 28.72%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D8AACE (or 0xD8AACE) is known color: French Lilac. HEX triplet: D8, AA and CE. RGB value is (216,170,206). Sum of RGB (Red+Green+Blue) = 216+170+206=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AACE is #275531. Grayscale: #BBBBBB. Windows color (decimal): -2577714 or 13544152. OLE color: 13544152.

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

Color convert

RGB 216 170 206 -
CMYK 0 0.21 0.05 0.15
HSL 313.04º 0.37% 0.76% -
HSV(B) 313.04º 0.21% 0.85% -
XYZ 53.83 47.8 64.78 -
YUV 187.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 216 170 206 0 0.21 0.05 0.15 313.04 0.37 0.76
Hex D8 AA CE 0 15 5 F 139 25 4C
Octal 330 252 316 0 25 5 17 471 45 114
Binary 11011000 10101010 11001110 0 10101 101 1111 100111001 100101 1001100

Color Harmonies of #D8AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AACE

Black with #D8AACE

Text Example


Text Example

White with #D8AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AACE; }

 p { color: rgb(216,170,206); }

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

background-color css

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

 a { background-color: rgb(216,170,206); }

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

border-color css

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

 span { border-color: rgb(216,170,206); }

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