Html Css Color HEX #DFAFD5 French Lilac

📋 copy color: '#DFAFD5'

red 223 ◦ green 175 ◦ blue 213

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

Shades of French Lilac #DFAFD5

Tints of French Lilac #DFAFD5

RGB

 RED value IS 223 (87.5% from 255) = 36.5%

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

 BLUE value IS 213 (83.59% from 255) = 34.86%

R = 36.5%
G = 28.64%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DFAFD5 (or 0xDFAFD5) is known color: French Lilac. HEX triplet: DF, AF and D5. RGB value is (223,175,213). Sum of RGB (Red+Green+Blue) = 223+175+213=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 213 (83.59% from 255 or 34.86% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFD5 is #20502A. Grayscale: #C1C1C1. Windows color (decimal): -2117675 or 14004191. OLE color: 14004191.

HSL color Cylindrical-coordinate representation of color #DFAFD5: hue angle of 312.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFAFD5 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 175 213 -
CMYK 0 0.22 0.04 0.13
HSL 312.5º 0.43% 0.78% -
HSV(B) 312.5º 0.22% 0.87% -
XYZ 57.77 51.15 69.78 -
YUV 193.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 223 175 213 0 0.22 0.04 0.13 312.5 0.43 0.78
Hex DF AF D5 0 16 4 D 138 2B 4E
Octal 337 257 325 0 26 4 15 470 53 116
Binary 11011111 10101111 11010101 0 10110 100 1101 100111000 101011 1001110

Color Harmonies of #DFAFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAFD5

Black with #DFAFD5

Text Example


Text Example

White with #DFAFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAFD5; }

 p { color: rgb(223,175,213); }

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

background-color css

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

 a { background-color: rgb(223,175,213); }

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

border-color css

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

 span { border-color: rgb(223,175,213); }

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