Html Css Color HEX #DFAFD2 French Lilac

📋 copy color: '#DFAFD2'

red 223 ◦ green 175 ◦ blue 210

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

Shades of French Lilac #DFAFD2

Tints of French Lilac #DFAFD2

RGB

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

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

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

R = 36.68%
G = 28.78%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DFAFD2 (or 0xDFAFD2) is known color: French Lilac. HEX triplet: DF, AF and D2. RGB value is (223,175,210). Sum of RGB (Red+Green+Blue) = 223+175+210=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFD2 is #20502D. Grayscale: #C1C1C1. Windows color (decimal): -2117678 or 13807583. OLE color: 13807583.

HSL color Cylindrical-coordinate representation of color #DFAFD2: hue angle of 316.25º 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 #DFAFD2 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 175 210 -
CMYK 0 0.22 0.06 0.13
HSL 316.25º 0.43% 0.78% -
HSV(B) 316.25º 0.22% 0.87% -
XYZ 57.39 51 67.79 -
YUV 193.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 223 175 210 0 0.22 0.06 0.13 316.25 0.43 0.78
Hex DF AF D2 0 16 6 D 13C 2B 4E
Octal 337 257 322 0 26 6 15 474 53 116
Binary 11011111 10101111 11010010 0 10110 110 1101 100111100 101011 1001110

Color Harmonies of #DFAFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAFD2

Black with #DFAFD2

Text Example


Text Example

White with #DFAFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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