#EDE3D2

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

Shades of Quarter Spanish White #EDE3D2

Tints of Quarter Spanish White #EDE3D2

Color information

#EDE3D2 (or 0xEDE3D2) is unknown color: approx Quarter Spanish White. HEX triplet: ED, E3 and D2. RGB value is (237,227,210). Sum of RGB (Red+Green+Blue) = 237+227+210=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 227 (89.06% from 255 or 33.68% from 674); Blue value is 210 (82.42% from 255 or 31.16% from 674); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3D2 is #121C2D. Grayscale: #E4E4E4. Windows color (decimal): -1186862 or 13820909. OLE color: 13820909.

HSL color Cylindrical-coordinate representation of color #EDE3D2: hue angle of 37.78º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDE3D2 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB237227210-
CMYK00.040.110.07
HSL37.78º42.86%87.65%-
HSV(B)37.78º11.39%92.94%-
XYZ74.0377.672.05-
YUV228.05117.81134.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.16%
GREEN value IS 227 (89.06% from 255) = 33.68%
BLUE value IS 210 (82.42% from 255) = 31.16%
R=35.16%
G=33.68%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722721000.040.110.0737.7842.8687.65
HexEDE3D204B7262b58
Octal355343322041374653130
Binary111011011110001111010010010010111111001101010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE3D2; }

 p { color: rgb(237,227,210); }

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

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

 a { background-color: rgb(237,227,210); }

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

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

 span { border-color: rgb(237,227,210); }

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