#DFD6DC

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

Shades of Prim #DFD6DC

Tints of Prim #DFD6DC

Color information

#DFD6DC (or 0xDFD6DC) is unknown color: approx Prim. HEX triplet: DF, D6 and DC. RGB value is (223,214,220). Sum of RGB (Red+Green+Blue) = 223+214+220=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 214 (83.98% from 255 or 32.57% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD6DC is #202923. Grayscale: #D9D9D9. Windows color (decimal): -2107684 or 14472927. OLE color: 14472927.

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

Color convert

RGB223214220-
CMYK00.040.010.13
HSL320º12.33%85.69%-
HSV(B)320º4.04%87.45%-
XYZ67.468.9577.47-
YUV217.38129.48132.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.94%
GREEN value IS 214 (83.98% from 255) = 32.57%
BLUE value IS 220 (86.33% from 255) = 33.49%
R=33.94%
G=32.57%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321422000.040.010.1332012.3385.69
HexDFD6DC041D140c56
Octal3373263340411550014126
Binary11011111110101101101110001001110110100000011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6DC; }

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

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

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

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

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

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

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

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