#EADDCB

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

Shades of Half Spanish White #EADDCB

Tints of Half Spanish White #EADDCB

Color information

#EADDCB (or 0xEADDCB) is unknown color: approx Half Spanish White. HEX triplet: EA, DD and CB. RGB value is (234,221,203). Sum of RGB (Red+Green+Blue) = 234+221+203=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDCB is #152234. Grayscale: #DEDEDE. Windows color (decimal): -1385013 or 13360618. OLE color: 13360618.

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

Color convert

RGB234221203-
CMYK00.060.130.08
HSL34.84º42.47%85.69%-
HSV(B)34.84º13.25%91.76%-
XYZ70.5773.5266.97-
YUV222.83116.81135.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.56%
GREEN value IS 221 (86.72% from 255) = 33.59%
BLUE value IS 203 (79.69% from 255) = 30.85%
R=35.56%
G=33.59%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422120300.060.130.0834.8442.4785.69
HexEADDCB06D8232a56
Octal3523353130615104352126
Binary1110101011011101110010110110110110001000111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDCB; }

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

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

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

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

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

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

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

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