#EADDC5

Color #EADDC5 Half Spanish White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Spanish White #EADDC5

Tints of Half Spanish White #EADDC5

Color information

#EADDC5 (or 0xEADDC5) is unknown color: approx Half Spanish White. HEX triplet: EA, DD and C5. RGB value is (234,221,197). Sum of RGB (Red+Green+Blue) = 234+221+197=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 197 (77.34% from 255 or 30.21% from 652); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDC5 is #15223A. Grayscale: #DEDEDE. Windows color (decimal): -1385019 or 12967402. OLE color: 12967402.

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

Color convert

RGB234221197-
CMYK00.060.160.08
HSL38.92º46.84%84.51%-
HSV(B)38.92º15.81%91.76%-
XYZ69.8773.2463.28-
YUV222.15113.81136.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.89%
GREEN value IS 221 (86.72% from 255) = 33.90%
BLUE value IS 197 (77.34% from 255) = 30.21%
R=35.89%
G=33.90%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422119700.060.160.0838.9246.8484.51
HexEADDC506108272f55
Octal3523353050620104757125
Binary11101010110111011100010101101000010001001111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDC5; }

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

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

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

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

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

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

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

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