Html Css Color HEX #D9AFD3 French Lilac

📋 copy color: '#D9AFD3'

red 217 ◦ green 175 ◦ blue 211

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

Shades of French Lilac #D9AFD3

Tints of French Lilac #D9AFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.99%

R = 35.99%
G = 29.02%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D9AFD3 (or 0xD9AFD3) is known color: French Lilac. HEX triplet: D9, AF and D3. RGB value is (217,175,211). Sum of RGB (Red+Green+Blue) = 217+175+211=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFD3 is #26502C. Grayscale: #BFBFBF. Windows color (decimal): -2510893 or 13873113. OLE color: 13873113.

HSL color Cylindrical-coordinate representation of color #D9AFD3: hue angle of 308.57º 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 #D9AFD3 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 175 211 -
CMYK 0 0.19 0.03 0.15
HSL 308.57º 0.36% 0.77% -
HSV(B) 308.57º 0.19% 0.85% -
XYZ 55.7 50.11 68.37 -
YUV 191.66 138.91 146.07 -
System Red Green Blue C M Y K H S L
Decimal 217 175 211 0 0.19 0.03 0.15 308.57 0.36 0.77
Hex D9 AF D3 0 13 3 F 135 24 4D
Octal 331 257 323 0 23 3 17 465 44 115
Binary 11011001 10101111 11010011 0 10011 11 1111 100110101 100100 1001101

Color Harmonies of #D9AFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AFD3

Black with #D9AFD3

Text Example


Text Example

White with #D9AFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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