#DEDFD9

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

Shades of Black Squeeze #DEDFD9

Tints of Black Squeeze #DEDFD9

Color information

#DEDFD9 (or 0xDEDFD9) is unknown color: approx Black Squeeze. HEX triplet: DE, DF and D9. RGB value is (222,223,217). Sum of RGB (Red+Green+Blue) = 222+223+217=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 217 (85.16% from 255 or 32.78% from 662); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDFD9 is #212026. Grayscale: #DEDEDE. Windows color (decimal): -2170919 or 14278622. OLE color: 14278622.

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

Color convert

RGB222223217-
CMYK0.0000.030.13
HSL70º8.57%86.27%-
HSV(B)70º2.69%87.45%-
XYZ69.0473.3176.16-
YUV222.02125.17127.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.53%
GREEN value IS 223 (87.5% from 255) = 33.69%
BLUE value IS 217 (85.16% from 255) = 32.78%
R=33.53%
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
Decimal2222232170.0000.030.13708.5786.27
HexDEDFD9003D46956
Octal3363373310031510611126
Binary11011110110111111101100100111101100011010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDFD9; }

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

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

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

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

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

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

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

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