#EDE2D4

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

Shades of Quarter Spanish White #EDE2D4

Tints of Quarter Spanish White #EDE2D4

Color information

#EDE2D4 (or 0xEDE2D4) is unknown color: approx Quarter Spanish White. HEX triplet: ED, E2 and D4. RGB value is (237,226,212). Sum of RGB (Red+Green+Blue) = 237+226+212=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 226 (88.67% from 255 or 33.48% from 675); Blue value is 212 (83.20% from 255 or 31.41% from 675); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2D4 is #121D2B. Grayscale: #E3E3E3. Windows color (decimal): -1187116 or 13951725. OLE color: 13951725.

HSL color Cylindrical-coordinate representation of color #EDE2D4: hue angle of 33.6º degrees, saturation: 0.41, 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 #EDE2D4 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB237226212-
CMYK00.050.110.07
HSL33.6º40.98%88.04%-
HSV(B)33.6º10.55%92.94%-
XYZ74.0177.1573.28-
YUV227.69119.14134.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.11%
GREEN value IS 226 (88.67% from 255) = 33.48%
BLUE value IS 212 (83.20% from 255) = 31.41%
R=35.11%
G=33.48%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722621200.050.110.0733.640.9888.04
HexEDE2D405B7222958
Octal355342324051374251130
Binary111011011110001011010100010110111111000101010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE2D4; }

 p { color: rgb(237,226,212); }

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

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

 a { background-color: rgb(237,226,212); }

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

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

 span { border-color: rgb(237,226,212); }

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