#EDD5D0

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

Shades of Ebb #EDD5D0

Tints of Ebb #EDD5D0

Color information

#EDD5D0 (or 0xEDD5D0) is unknown color: approx Ebb. HEX triplet: ED, D5 and D0. RGB value is (237,213,208). Sum of RGB (Red+Green+Blue) = 237+213+208=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 213 (83.59% from 255 or 32.37% from 658); Blue value is 208 (81.64% from 255 or 31.61% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5D0 is #122A2F. Grayscale: #DBDBDB. Windows color (decimal): -1190448 or 13686253. OLE color: 13686253.

HSL color Cylindrical-coordinate representation of color #EDD5D0: hue angle of 10.34º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDD5D0 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB237213208-
CMYK00.100.120.07
HSL10.34º44.62%87.25%-
HSV(B)10.34º12.24%92.94%-
XYZ70.170.1569.52-
YUV219.61121.45140.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.02%
GREEN value IS 213 (83.59% from 255) = 32.37%
BLUE value IS 208 (81.64% from 255) = 31.61%
R=36.02%
G=32.37%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721320800.100.120.0710.3444.6287.25
HexEDD5D00AC7a2d57
Octal3553253200121471255127
Binary11101101110101011101000001010110011110101011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD5D0; }

 p { color: rgb(237,213,208); }

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

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

 a { background-color: rgb(237,213,208); }

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

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

 span { border-color: rgb(237,213,208); }

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