Html Css Color HEX #D7A9D2 French Lilac

📋 copy color: '#D7A9D2'

red 215 ◦ green 169 ◦ blue 210

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

Shades of French Lilac #D7A9D2

Tints of French Lilac #D7A9D2

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.45%

 BLUE value IS 210 (82.42% from 255) = 35.35%

R = 36.2%
G = 28.45%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D7A9D2 (or 0xD7A9D2) is known color: French Lilac. HEX triplet: D7, A9 and D2. RGB value is (215,169,210). Sum of RGB (Red+Green+Blue) = 215+169+210=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 169 (66.41% from 255 or 28.45% from 594); Blue value is 210 (82.42% from 255 or 35.35% from 594); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A9D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A9D2 is #28562D. Grayscale: #BBBBBB. Windows color (decimal): -2643502 or 13806039. OLE color: 13806039.

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

Color convert

RGB 215 169 210 -
CMYK 0 0.21 0.02 0.16
HSL 306.52º 0.37% 0.75% -
HSV(B) 306.52º 0.21% 0.84% -
XYZ 53.85 47.48 67.3 -
YUV 187.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 215 169 210 0 0.21 0.02 0.16 306.52 0.37 0.75
Hex D7 A9 D2 0 15 2 10 133 25 4B
Octal 327 251 322 0 25 2 20 463 45 113
Binary 11010111 10101001 11010010 0 10101 10 10000 100110011 100101 1001011

Color Harmonies of #D7A9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A9D2

Black with #D7A9D2

Text Example


Text Example

White with #D7A9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A9D2; }

 p { color: rgb(215,169,210); }

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

background-color css

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

 a { background-color: rgb(215,169,210); }

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

border-color css

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

 span { border-color: rgb(215,169,210); }

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