#DFD7DA

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

Shades of Prim #DFD7DA

Tints of Prim #DFD7DA

Color information

#DFD7DA (or 0xDFD7DA) is unknown color: approx Prim. HEX triplet: DF, D7 and DA. RGB value is (223,215,218). Sum of RGB (Red+Green+Blue) = 223+215+218=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 215 (84.38% from 255 or 32.77% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7DA is #202825. Grayscale: #D9D9D9. Windows color (decimal): -2107430 or 14342111. OLE color: 14342111.

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

Color convert

RGB223215218-
CMYK00.040.020.13
HSL337.5º11.11%85.88%-
HSV(B)337.5º3.59%87.45%-
XYZ67.3969.3576.16-
YUV217.73128.15131.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.99%
GREEN value IS 215 (84.38% from 255) = 32.77%
BLUE value IS 218 (85.55% from 255) = 33.23%
R=33.99%
G=32.77%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321521800.040.020.13337.511.1185.88
HexDFD7DA042D152b56
Octal3373273320421552213126
Binary110111111101011111011010010010110110101001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD7DA; }

 p { color: rgb(223,215,218); }

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

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

 a { background-color: rgb(223,215,218); }

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

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

 span { border-color: rgb(223,215,218); }

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