#DFD7D9

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

Shades of Prim #DFD7D9

Tints of Prim #DFD7D9

Color information

#DFD7D9 (or 0xDFD7D9) is unknown color: approx Prim. HEX triplet: DF, D7 and D9. RGB value is (223,215,217). Sum of RGB (Red+Green+Blue) = 223+215+217=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 215 (84.38% from 255 or 32.82% from 655); Blue value is 217 (85.16% from 255 or 33.13% from 655); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7D9 is #202826. Grayscale: #D9D9D9. Windows color (decimal): -2107431 or 14276575. OLE color: 14276575.

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

Color convert

RGB223215217-
CMYK00.040.030.13
HSL345º11.11%85.88%-
HSV(B)345º3.59%87.45%-
XYZ67.2669.375.48-
YUV217.62127.65131.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.05%
GREEN value IS 215 (84.38% from 255) = 32.82%
BLUE value IS 217 (85.16% from 255) = 33.13%
R=34.05%
G=32.82%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321521700.040.030.1334511.1185.88
HexDFD7D9043D159b56
Octal3373273310431553113126
Binary110111111101011111011001010011110110101100110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD7D9; }

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

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

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

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

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

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

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

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