#EADDC4

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

Shades of Half Spanish White #EADDC4

Tints of Half Spanish White #EADDC4

Color information

#EADDC4 (or 0xEADDC4) is unknown color: approx Half Spanish White. HEX triplet: EA, DD and C4. RGB value is (234,221,196). Sum of RGB (Red+Green+Blue) = 234+221+196=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 196 (76.95% from 255 or 30.11% from 651); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDC4 is #15223B. Grayscale: #DEDEDE. Windows color (decimal): -1385020 or 12901866. OLE color: 12901866.

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

Color convert

RGB234221196-
CMYK00.060.160.08
HSL39.47º47.5%84.31%-
HSV(B)39.47º16.24%91.76%-
XYZ69.7573.1962.68-
YUV222.04113.31136.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.94%
GREEN value IS 221 (86.72% from 255) = 33.95%
BLUE value IS 196 (76.95% from 255) = 30.11%
R=35.94%
G=33.95%
B=30.11%

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
Decimal23422119600.060.160.0839.4747.584.31
HexEADDC406108273054
Octal3523353040620104760124
Binary11101010110111011100010001101000010001001111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDC4; }

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

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

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

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

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

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

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

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