Html Css Color HEX #DFAFD0 French Lilac

📋 copy color: '#DFAFD0'

red 223 ◦ green 175 ◦ blue 208

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

Shades of French Lilac #DFAFD0

Tints of French Lilac #DFAFD0

RGB

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

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

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

R = 36.8%
G = 28.88%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DFAFD0 (or 0xDFAFD0) is known color: French Lilac. HEX triplet: DF, AF and D0. RGB value is (223,175,208). Sum of RGB (Red+Green+Blue) = 223+175+208=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFD0 is #20502F. Grayscale: #C1C1C1. Windows color (decimal): -2117680 or 13676511. OLE color: 13676511.

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

Color convert

RGB 223 175 208 -
CMYK 0 0.22 0.07 0.13
HSL 318.75º 0.43% 0.78% -
HSV(B) 318.75º 0.22% 0.87% -
XYZ 57.15 50.9 66.49 -
YUV 193.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 223 175 208 0 0.22 0.07 0.13 318.75 0.43 0.78
Hex DF AF D0 0 16 7 D 13F 2B 4E
Octal 337 257 320 0 26 7 15 477 53 116
Binary 11011111 10101111 11010000 0 10110 111 1101 100111111 101011 1001110

Color Harmonies of #DFAFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAFD0

Black with #DFAFD0

Text Example


Text Example

White with #DFAFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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