Html Css Color HEX #D8AACF French Lilac

📋 copy color: '#D8AACF'

red 216 ◦ green 170 ◦ blue 207

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

Shades of French Lilac #D8AACF

Tints of French Lilac #D8AACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.91%

R = 36.42%
G = 28.67%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D8AACF (or 0xD8AACF) is known color: French Lilac. HEX triplet: D8, AA and CF. RGB value is (216,170,207). Sum of RGB (Red+Green+Blue) = 216+170+207=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AACF is #275530. Grayscale: #BBBBBB. Windows color (decimal): -2577713 or 13609688. OLE color: 13609688.

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

Color convert

RGB 216 170 207 -
CMYK 0 0.21 0.04 0.15
HSL 311.74º 0.37% 0.76% -
HSV(B) 311.74º 0.21% 0.85% -
XYZ 53.96 47.85 65.42 -
YUV 187.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 216 170 207 0 0.21 0.04 0.15 311.74 0.37 0.76
Hex D8 AA CF 0 15 4 F 138 25 4C
Octal 330 252 317 0 25 4 17 470 45 114
Binary 11011000 10101010 11001111 0 10101 100 1111 100111000 100101 1001100

Color Harmonies of #D8AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AACF

Black with #D8AACF

Text Example


Text Example

White with #D8AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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