#DFD8DC

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

Shades of Prim #DFD8DC

Tints of Prim #DFD8DC

Color information

#DFD8DC (or 0xDFD8DC) is unknown color: approx Prim. HEX triplet: DF, D8 and DC. RGB value is (223,216,220). Sum of RGB (Red+Green+Blue) = 223+216+220=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 216 (84.77% from 255 or 32.78% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD8DC is #202723. Grayscale: #DADADA. Windows color (decimal): -2107172 or 14473439. OLE color: 14473439.

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

Color convert

RGB223216220-
CMYK00.030.010.13
HSL325.71º9.86%86.08%-
HSV(B)325.71º3.14%87.45%-
XYZ67.9169.9777.64-
YUV218.55128.82131.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.84%
GREEN value IS 216 (84.77% from 255) = 32.78%
BLUE value IS 220 (86.33% from 255) = 33.38%
R=33.84%
G=32.78%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321622000.030.010.13325.719.8686.08
HexDFD8DC031D146a56
Octal3373303340311550612126
Binary1101111111011000110111000111110110100011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD8DC; }

 p { color: rgb(223,216,220); }

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

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

 a { background-color: rgb(223,216,220); }

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

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

 span { border-color: rgb(223,216,220); }

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