#EADDCA

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

Shades of Half Spanish White #EADDCA

Tints of Half Spanish White #EADDCA

Color information

#EADDCA (or 0xEADDCA) is unknown color: approx Half Spanish White. HEX triplet: EA, DD and CA. RGB value is (234,221,202). Sum of RGB (Red+Green+Blue) = 234+221+202=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDCA is #152235. Grayscale: #DEDEDE. Windows color (decimal): -1385014 or 13295082. OLE color: 13295082.

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

Color convert

RGB234221202-
CMYK00.060.140.08
HSL35.63º43.24%85.49%-
HSV(B)35.63º13.68%91.76%-
XYZ70.4573.4766.35-
YUV222.72116.31136.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.62%
GREEN value IS 221 (86.72% from 255) = 33.64%
BLUE value IS 202 (79.30% from 255) = 30.75%
R=35.62%
G=33.64%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422120200.060.140.0835.6343.2485.49
HexEADDCA06E8242b55
Octal3523353120616104453125
Binary1110101011011101110010100110111010001001001010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDCA; }

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

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

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

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

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

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

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

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