#EBDDC9

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

Shades of Half Spanish White #EBDDC9

Tints of Half Spanish White #EBDDC9

Color information

#EBDDC9 (or 0xEBDDC9) is unknown color: approx Half Spanish White. HEX triplet: EB, DD and C9. RGB value is (235,221,201). Sum of RGB (Red+Green+Blue) = 235+221+201=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 201 (78.91% from 255 or 30.59% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDC9 is #142236. Grayscale: #DFDFDF. Windows color (decimal): -1319479 or 13229547. OLE color: 13229547.

HSL color Cylindrical-coordinate representation of color #EBDDC9: hue angle of 35.29º degrees, saturation: 0.46, 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 #EBDDC9 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235221201-
CMYK00.060.140.08
HSL35.29º45.95%85.49%-
HSV(B)35.29º14.47%92.16%-
XYZ70.6673.5965.74-
YUV222.91115.64136.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.77%
GREEN value IS 221 (86.72% from 255) = 33.64%
BLUE value IS 201 (78.91% from 255) = 30.59%
R=35.77%
G=33.64%
B=30.59%

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
Decimal23522120100.060.140.0835.2945.9585.49
HexEBDDC906E8232e55
Octal3533353110616104356125
Binary1110101111011101110010010110111010001000111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDC9; }

 p { color: rgb(235,221,201); }

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

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

 a { background-color: rgb(235,221,201); }

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

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

 span { border-color: rgb(235,221,201); }

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