#DFD6D9

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

Shades of Prim #DFD6D9

Tints of Prim #DFD6D9

Color information

#DFD6D9 (or 0xDFD6D9) is unknown color: approx Prim. HEX triplet: DF, D6 and D9. RGB value is (223,214,217). Sum of RGB (Red+Green+Blue) = 223+214+217=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 217 (85.16% from 255 or 33.18% from 654); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD6D9 is #202926. Grayscale: #D9D9D9. Windows color (decimal): -2107687 or 14276319. OLE color: 14276319.

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

Color convert

RGB223214217-
CMYK00.040.030.13
HSL340º12.33%85.69%-
HSV(B)340º4.04%87.45%-
XYZ6768.7975.39-
YUV217.03127.98132.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.10%
GREEN value IS 214 (83.98% from 255) = 32.72%
BLUE value IS 217 (85.16% from 255) = 33.18%
R=34.10%
G=32.72%
B=33.18%

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
Decimal22321421700.040.030.1334012.3385.69
HexDFD6D9043D154c56
Octal3373263310431552414126
Binary110111111101011011011001010011110110101010011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6D9; }

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

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

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

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

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

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

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

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