Html Css Color HEX #D8A6D0 French Lilac

📋 copy color: '#D8A6D0'

red 216 ◦ green 166 ◦ blue 208

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

Shades of French Lilac #D8A6D0

Tints of French Lilac #D8A6D0

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.14%

 BLUE value IS 208 (81.64% from 255) = 35.25%

R = 36.61%
G = 28.14%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D8A6D0 (or 0xD8A6D0) is known color: French Lilac. HEX triplet: D8, A6 and D0. RGB value is (216,166,208). Sum of RGB (Red+Green+Blue) = 216+166+208=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A6D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A6D0 is #27592F. Grayscale: #B9B9B9. Windows color (decimal): -2578736 or 13674200. OLE color: 13674200.

HSL color Cylindrical-coordinate representation of color #D8A6D0: hue angle of 309.6º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8A6D0 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 166 208 -
CMYK 0 0.23 0.04 0.15
HSL 309.6º 0.39% 0.75% -
HSV(B) 309.6º 0.23% 0.85% -
XYZ 53.34 46.43 65.82 -
YUV 185.74 140.57 149.58 -
System Red Green Blue C M Y K H S L
Decimal 216 166 208 0 0.23 0.04 0.15 309.6 0.39 0.75
Hex D8 A6 D0 0 17 4 F 136 27 4B
Octal 330 246 320 0 27 4 17 466 47 113
Binary 11011000 10100110 11010000 0 10111 100 1111 100110110 100111 1001011

Color Harmonies of #D8A6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A6D0

Black with #D8A6D0

Text Example


Text Example

White with #D8A6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A6D0; }

 p { color: rgb(216,166,208); }

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

background-color css

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

 a { background-color: rgb(216,166,208); }

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

border-color css

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

 span { border-color: rgb(216,166,208); }

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