#EADDDA

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

Shades of Ebb #EADDDA

Tints of Ebb #EADDDA

Color information

#EADDDA (or 0xEADDDA) is unknown color: approx Ebb. HEX triplet: EA, DD and DA. RGB value is (234,221,218). Sum of RGB (Red+Green+Blue) = 234+221+218=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDDA is #152225. Grayscale: #E0E0E0. Windows color (decimal): -1384998 or 14343658. OLE color: 14343658.

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

Color convert

RGB234221218-
CMYK00.060.070.08
HSL11.25º27.59%88.63%-
HSV(B)11.25º6.84%91.76%-
XYZ72.4474.2776.85-
YUV224.54124.31134.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.77%
GREEN value IS 221 (86.72% from 255) = 32.84%
BLUE value IS 218 (85.55% from 255) = 32.39%
R=34.77%
G=32.84%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422121800.060.070.0811.2527.5988.63
HexEADDDA0678b1c59
Octal352335332067101334131
Binary111010101101110111011010011011110001011111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDDA; }

 p { color: rgb(234,221,218); }

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

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

 a { background-color: rgb(234,221,218); }

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

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

 span { border-color: rgb(234,221,218); }

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