#EBE2D5

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

Shades of Quarter Spanish White #EBE2D5

Tints of Quarter Spanish White #EBE2D5

Color information

#EBE2D5 (or 0xEBE2D5) is unknown color: approx Quarter Spanish White. HEX triplet: EB, E2 and D5. RGB value is (235,226,213). Sum of RGB (Red+Green+Blue) = 235+226+213=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 226 (88.67% from 255 or 33.53% from 674); Blue value is 213 (83.59% from 255 or 31.60% from 674); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2D5 is #141D2A. Grayscale: #E3E3E3. Windows color (decimal): -1318187 or 14017259. OLE color: 14017259.

HSL color Cylindrical-coordinate representation of color #EBE2D5: hue angle of 35.45º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBE2D5 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235226213-
CMYK00.040.090.08
HSL35.45º35.48%87.84%-
HSV(B)35.45º9.36%92.16%-
XYZ73.4776.8673.91-
YUV227.21119.98133.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.87%
GREEN value IS 226 (88.67% from 255) = 33.53%
BLUE value IS 213 (83.59% from 255) = 31.60%
R=34.87%
G=33.53%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522621300.040.090.0835.4535.4887.84
HexEBE2D50498232358
Octal3533423250411104343130
Binary1110101111100010110101010100100110001000111000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE2D5; }

 p { color: rgb(235,226,213); }

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

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

 a { background-color: rgb(235,226,213); }

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

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

 span { border-color: rgb(235,226,213); }

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