#DED6D5

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

Shades of Ebb #DED6D5

Tints of Ebb #DED6D5

Color information

#DED6D5 (or 0xDED6D5) is unknown color: approx Ebb. HEX triplet: DE, D6 and D5. RGB value is (222,214,213). Sum of RGB (Red+Green+Blue) = 222+214+213=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 214 (83.98% from 255 or 32.97% from 649); Blue value is 213 (83.59% from 255 or 32.82% from 649); Max value from RGB is 222 - color contains mainly: red. Hex color #DED6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED6D5 is #21292A. Grayscale: #D8D8D8. Windows color (decimal): -2173227 or 14014174. OLE color: 14014174.

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

Color convert

RGB222214213-
CMYK00.040.040.13
HSL6.67º12%85.29%-
HSV(B)6.67º4.05%87.06%-
XYZ66.1868.4372.67-
YUV216.28126.15132.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.21%
GREEN value IS 214 (83.98% from 255) = 32.97%
BLUE value IS 213 (83.59% from 255) = 32.82%
R=34.21%
G=32.97%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221421300.040.040.136.671285.29
HexDED6D5044D7c55
Octal33632632504415714125
Binary1101111011010110110101010100100110111111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED6D5; }

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

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

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

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

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

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

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

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