Html Css Color HEX #D9AFD0 French Lilac

📋 copy color: '#D9AFD0'

red 217 ◦ green 175 ◦ blue 208

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

Shades of French Lilac #D9AFD0

Tints of French Lilac #D9AFD0

RGB

 RED value IS 217 (85.16% from 255) = 36.17%

 GREEN value IS 175 (68.75% from 255) = 29.17%

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

R = 36.17%
G = 29.17%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D9AFD0 (or 0xD9AFD0) is known color: French Lilac. HEX triplet: D9, AF and D0. RGB value is (217,175,208). Sum of RGB (Red+Green+Blue) = 217+175+208=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFD0 is #26502F. Grayscale: #BFBFBF. Windows color (decimal): -2510896 or 13676505. OLE color: 13676505.

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

Color convert

RGB 217 175 208 -
CMYK 0 0.19 0.04 0.15
HSL 312.86º 0.36% 0.77% -
HSV(B) 312.86º 0.19% 0.85% -
XYZ 55.33 49.97 66.4 -
YUV 191.32 137.41 146.32 -
System Red Green Blue C M Y K H S L
Decimal 217 175 208 0 0.19 0.04 0.15 312.86 0.36 0.77
Hex D9 AF D0 0 13 4 F 139 24 4D
Octal 331 257 320 0 23 4 17 471 44 115
Binary 11011001 10101111 11010000 0 10011 100 1111 100111001 100100 1001101

Color Harmonies of #D9AFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AFD0

Black with #D9AFD0

Text Example


Text Example

White with #D9AFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AFD0; }

 p { color: rgb(217,175,208); }

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

background-color css

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

 a { background-color: rgb(217,175,208); }

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

border-color css

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

 span { border-color: rgb(217,175,208); }

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