#DDDED8

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

Shades of Black Squeeze #DDDED8

Tints of Black Squeeze #DDDED8

Color information

#DDDED8 (or 0xDDDED8) is unknown color: approx Black Squeeze. HEX triplet: DD, DE and D8. RGB value is (221,222,216). Sum of RGB (Red+Green+Blue) = 221+222+216=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 216 (84.77% from 255 or 32.78% from 659); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDED8 is #222127. Grayscale: #DDDDDD. Windows color (decimal): -2236712 or 14212829. OLE color: 14212829.

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

Color convert

RGB221222216-
CMYK0.0000.030.13
HSL70º8.33%85.88%-
HSV(B)70º2.7%87.06%-
XYZ68.3372.5775.37-
YUV221.02125.17127.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.54%
GREEN value IS 222 (87.11% from 255) = 33.69%
BLUE value IS 216 (84.77% from 255) = 32.78%
R=33.54%
G=33.69%
B=32.78%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212222160.0000.030.13708.3385.88
HexDDDED8003D46856
Octal3353363300031510610126
Binary11011101110111101101100000111101100011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDED8; }

 p { color: rgb(221,222,216); }

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

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

 a { background-color: rgb(221,222,216); }

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

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

 span { border-color: rgb(221,222,216); }

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