#DFD9DD

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

Shades of Prim #DFD9DD

Tints of Prim #DFD9DD

Color information

#DFD9DD (or 0xDFD9DD) is unknown color: approx Prim. HEX triplet: DF, D9 and DD. RGB value is (223,217,221). Sum of RGB (Red+Green+Blue) = 223+217+221=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 217 (85.16% from 255 or 32.83% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9DD is #202622. Grayscale: #DBDBDB. Windows color (decimal): -2106915 or 14539231. OLE color: 14539231.

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

Color convert

RGB223217221-
CMYK00.030.010.13
HSL320º8.57%86.27%-
HSV(B)320º2.69%87.45%-
XYZ68.370.5378.42-
YUV219.25128.99130.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.74%
GREEN value IS 217 (85.16% from 255) = 32.83%
BLUE value IS 221 (86.72% from 255) = 33.43%
R=33.74%
G=32.83%
B=33.43%

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
Decimal22321722100.030.010.133208.5786.27
HexDFD9DD031D140956
Octal3373313350311550011126
Binary1101111111011001110111010111110110100000010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD9DD; }

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

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

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

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

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

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

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

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