#DDDED7

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

Shades of Black Squeeze #DDDED7

Tints of Black Squeeze #DDDED7

Color information

#DDDED7 (or 0xDDDED7) is unknown color: approx Black Squeeze. HEX triplet: DD, DE and D7. RGB value is (221,222,215). Sum of RGB (Red+Green+Blue) = 221+222+215=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 215 (84.38% from 255 or 32.67% from 658); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDED7 is #222128. Grayscale: #DCDCDC. Windows color (decimal): -2236713 or 14147293. OLE color: 14147293.

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

Color convert

RGB221222215-
CMYK0.0000.030.13
HSL68.57º9.59%85.69%-
HSV(B)68.57º3.15%87.06%-
XYZ68.2172.5274.69-
YUV220.9124.67128.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.59%
GREEN value IS 222 (87.11% from 255) = 33.74%
BLUE value IS 215 (84.38% from 255) = 32.67%
R=33.59%
G=33.74%
B=32.67%

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
Decimal2212222150.0000.030.1368.579.5985.69
HexDDDED7003D45a56
Octal3353363270031510512126
Binary11011101110111101101011100111101100010110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDED7; }

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

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

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

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

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

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

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

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