#EDE7D9

Color #EDE7D9 Cararra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cararra #EDE7D9

Tints of Cararra #EDE7D9

Color information

#EDE7D9 (or 0xEDE7D9) is unknown color: approx Cararra. HEX triplet: ED, E7 and D9. RGB value is (237,231,217). Sum of RGB (Red+Green+Blue) = 237+231+217=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 231 (90.62% from 255 or 33.72% from 685); Blue value is 217 (85.16% from 255 or 31.68% from 685); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE7D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE7D9 is #121826. Grayscale: #E7E7E7. Windows color (decimal): -1185831 or 14280685. OLE color: 14280685.

HSL color Cylindrical-coordinate representation of color #EDE7D9: hue angle of 42º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDE7D9 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB237231217-
CMYK00.030.080.07
HSL42º35.71%89.02%-
HSV(B)42º8.44%92.94%-
XYZ76.0380.1777.11-
YUV231.2119.99132.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.60%
GREEN value IS 231 (90.62% from 255) = 33.72%
BLUE value IS 217 (85.16% from 255) = 31.68%
R=34.60%
G=33.72%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723121700.030.080.074235.7189.02
HexEDE7D903872a2459
Octal355347331031075244131
Binary11101101111001111101100101110001111010101001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE7D9; }

 p { color: rgb(237,231,217); }

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

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

 a { background-color: rgb(237,231,217); }

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

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

 span { border-color: rgb(237,231,217); }

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