#EADDC6

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

Shades of Half Spanish White #EADDC6

Tints of Half Spanish White #EADDC6

Color information

#EADDC6 (or 0xEADDC6) is unknown color: approx Half Spanish White. HEX triplet: EA, DD and C6. RGB value is (234,221,198). Sum of RGB (Red+Green+Blue) = 234+221+198=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 198 (77.73% from 255 or 30.32% from 653); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDC6 is #152239. Grayscale: #DEDEDE. Windows color (decimal): -1385018 or 13032938. OLE color: 13032938.

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

Color convert

RGB234221198-
CMYK00.060.150.08
HSL38.33º46.15%84.71%-
HSV(B)38.33º15.38%91.76%-
XYZ69.9873.2863.88-
YUV222.26114.31136.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 221 (86.72% from 255) = 33.84%
BLUE value IS 198 (77.73% from 255) = 30.32%
R=35.83%
G=33.84%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422119800.060.150.0838.3346.1584.71
HexEADDC606F8262e55
Octal3523353060617104656125
Binary1110101011011101110001100110111110001001101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDC6; }

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

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

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

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

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

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

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

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