#E0D3D0

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

Shades of Ebb #E0D3D0

Tints of Ebb #E0D3D0

Color information

#E0D3D0 (or 0xE0D3D0) is unknown color: approx Ebb. HEX triplet: E0, D3 and D0. RGB value is (224,211,208). Sum of RGB (Red+Green+Blue) = 224+211+208=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 211 (82.81% from 255 or 32.81% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D3D0 is #1F2C2F. Grayscale: #D6D6D6. Windows color (decimal): -2042928 or 13685728. OLE color: 13685728.

HSL color Cylindrical-coordinate representation of color #E0D3D0: hue angle of 11.25º degrees, saturation: 0.21, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E0D3D0 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB224211208-
CMYK00.060.070.12
HSL11.25º20.51%84.71%-
HSV(B)11.25º7.14%87.84%-
XYZ65.4266.9969.16-
YUV214.54124.31134.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.84%
GREEN value IS 211 (82.81% from 255) = 32.81%
BLUE value IS 208 (81.64% from 255) = 32.35%
R=34.84%
G=32.81%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421120800.060.070.1211.2520.5184.71
HexE0D3D0067Cb1555
Octal340323320067141325125
Binary111000001101001111010000011011111001011101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D3D0; }

 p { color: rgb(224,211,208); }

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

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

 a { background-color: rgb(224,211,208); }

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

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

 span { border-color: rgb(224,211,208); }

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