#DFAFD4

Color #DFAFD4 French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #DFAFD4

Tints of French Lilac #DFAFD4

Color information

#DFAFD4 (or 0xDFAFD4) is unknown color: approx French Lilac. HEX triplet: DF, AF and D4. RGB value is (223,175,212). Sum of RGB (Red+Green+Blue) = 223+175+212=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFD4 is #20502B. Grayscale: #C1C1C1. Windows color (decimal): -2117676 or 13938655. OLE color: 13938655.

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

Color convert

RGB223175212-
CMYK00.220.050.13
HSL313.75º42.86%78.04%-
HSV(B)313.75º21.52%87.45%-
XYZ57.6551.169.11-
YUV193.57138.4148.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.56%
GREEN value IS 175 (68.75% from 255) = 28.69%
BLUE value IS 212 (83.20% from 255) = 34.75%
R=36.56%
G=28.69%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317521200.220.050.13313.7542.8678.04
HexDFAFD40165D13a2b4e
Octal33725732402651547253116
Binary11011111101011111101010001011010111011001110101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFD4; }

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

 H1.HeaderClassName
 {
   color: #DFAFD4;
 }
 .AnyTagClassName
 {
   color: #DFAFD4;
 }
</style>
background-color css

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

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

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

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

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

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