#DED7D5

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

Shades of Ebb #DED7D5

Tints of Ebb #DED7D5

Color information

#DED7D5 (or 0xDED7D5) is unknown color: approx Ebb. HEX triplet: DE, D7 and D5. RGB value is (222,215,213). Sum of RGB (Red+Green+Blue) = 222+215+213=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 215 (84.38% from 255 or 33.08% from 650); Blue value is 213 (83.59% from 255 or 32.77% from 650); Max value from RGB is 222 - color contains mainly: red. Hex color #DED7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED7D5 is #21282A. Grayscale: #D8D8D8. Windows color (decimal): -2172971 or 14014430. OLE color: 14014430.

HSL color Cylindrical-coordinate representation of color #DED7D5: hue angle of 13.33º degrees, saturation: 0.12, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DED7D5 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB222215213-
CMYK00.030.040.13
HSL13.33º12%85.29%-
HSV(B)13.33º4.05%87.06%-
XYZ66.4368.9372.76-
YUV216.86125.82131.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.15%
GREEN value IS 215 (84.38% from 255) = 33.08%
BLUE value IS 213 (83.59% from 255) = 32.77%
R=34.15%
G=33.08%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221521300.030.040.1313.331285.29
HexDED7D5034Ddc55
Octal336327325034151514125
Binary1101111011010111110101010111001101110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED7D5; }

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

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

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

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

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

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

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

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