#EDDCD8

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

Shades of Ebb #EDDCD8

Tints of Ebb #EDDCD8

Color information

#EDDCD8 (or 0xEDDCD8) is unknown color: approx Ebb. HEX triplet: ED, DC and D8. RGB value is (237,220,216). Sum of RGB (Red+Green+Blue) = 237+220+216=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 216 (84.77% from 255 or 32.10% from 673); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCD8 is #122327. Grayscale: #E0E0E0. Windows color (decimal): -1188648 or 14212333. OLE color: 14212333.

HSL color Cylindrical-coordinate representation of color #EDDCD8: hue angle of 11.43º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDDCD8 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB237220216-
CMYK00.070.090.07
HSL11.43º36.84%88.82%-
HSV(B)11.43º8.86%92.94%-
XYZ72.9174.1575.43-
YUV224.63123.13136.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.22%
GREEN value IS 220 (86.33% from 255) = 32.69%
BLUE value IS 216 (84.77% from 255) = 32.10%
R=35.22%
G=32.69%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722021600.070.090.0711.4336.8488.82
HexEDDCD80797b2559
Octal355334330071171345131
Binary1110110111011100110110000111100111110111001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCD8; }

 p { color: rgb(237,220,216); }

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

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

 a { background-color: rgb(237,220,216); }

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

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

 span { border-color: rgb(237,220,216); }

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