Html Css Color HEX #D7A8D1 French Lilac

📋 copy color: '#D7A8D1'

red 215 ◦ green 168 ◦ blue 209

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

Shades of French Lilac #D7A8D1

Tints of French Lilac #D7A8D1

RGB

 RED value IS 215 (84.38% from 255) = 36.32%

 GREEN value IS 168 (66.02% from 255) = 28.38%

 BLUE value IS 209 (82.03% from 255) = 35.3%

R = 36.32%
G = 28.38%
B = 35.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D7A8D1 (or 0xD7A8D1) is known color: French Lilac. HEX triplet: D7, A8 and D1. RGB value is (215,168,209). Sum of RGB (Red+Green+Blue) = 215+168+209=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A8D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A8D1 is #28572E. Grayscale: #BABABA. Windows color (decimal): -2643759 or 13740247. OLE color: 13740247.

HSL color Cylindrical-coordinate representation of color #D7A8D1: hue angle of 307.66º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7A8D1 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 168 209 -
CMYK 0 0.22 0.03 0.16
HSL 307.66º 0.37% 0.75% -
HSV(B) 307.66º 0.22% 0.84% -
XYZ 53.54 47.06 66.58 -
YUV 186.73 140.57 148.17 -
System Red Green Blue C M Y K H S L
Decimal 215 168 209 0 0.22 0.03 0.16 307.66 0.37 0.75
Hex D7 A8 D1 0 16 3 10 134 25 4B
Octal 327 250 321 0 26 3 20 464 45 113
Binary 11010111 10101000 11010001 0 10110 11 10000 100110100 100101 1001011

Color Harmonies of #D7A8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A8D1

Black with #D7A8D1

Text Example


Text Example

White with #D7A8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A8D1; }

 p { color: rgb(215,168,209); }

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

background-color css

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

 a { background-color: rgb(215,168,209); }

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

border-color css

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

 span { border-color: rgb(215,168,209); }

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