Html Css Color HEX #D7A9CF French Lilac

📋 copy color: '#D7A9CF'

red 215 ◦ green 169 ◦ blue 207

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

Shades of French Lilac #D7A9CF

Tints of French Lilac #D7A9CF

RGB

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

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

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

R = 36.38%
G = 28.6%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D7A9CF (or 0xD7A9CF) is known color: French Lilac. HEX triplet: D7, A9 and CF. RGB value is (215,169,207). Sum of RGB (Red+Green+Blue) = 215+169+207=591 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.38% from 591); Green value is 169 (66.41% from 255 or 28.60% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A9CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A9CF is #285630. Grayscale: #BABABA. Windows color (decimal): -2643505 or 13609431. OLE color: 13609431.

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

Color convert

RGB 215 169 207 -
CMYK 0 0.21 0.04 0.16
HSL 310.43º 0.37% 0.75% -
HSV(B) 310.43º 0.21% 0.84% -
XYZ 53.47 47.33 65.35 -
YUV 187.09 139.24 147.91 -
System Red Green Blue C M Y K H S L
Decimal 215 169 207 0 0.21 0.04 0.16 310.43 0.37 0.75
Hex D7 A9 CF 0 15 4 10 136 25 4B
Octal 327 251 317 0 25 4 20 466 45 113
Binary 11010111 10101001 11001111 0 10101 100 10000 100110110 100101 1001011

Color Harmonies of #D7A9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A9CF

Black with #D7A9CF

Text Example


Text Example

White with #D7A9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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