#EDCDB7

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

Shades of Desert Sand #EDCDB7

Tints of Desert Sand #EDCDB7

Color information

#EDCDB7 (or 0xEDCDB7) is unknown color: approx Desert Sand. HEX triplet: ED, CD and B7. RGB value is (237,205,183). Sum of RGB (Red+Green+Blue) = 237+205+183=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 183 (71.88% from 255 or 29.28% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDB7 is #123248. Grayscale: #D4D4D4. Windows color (decimal): -1192521 or 12045805. OLE color: 12045805.

HSL color Cylindrical-coordinate representation of color #EDCDB7: hue angle of 24.44º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDCDB7 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB237205183-
CMYK00.140.230.07
HSL24.44º60%82.35%-
HSV(B)24.44º22.78%92.94%-
XYZ65.365.0953.92-
YUV212.06111.6145.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.92%
GREEN value IS 205 (80.47% from 255) = 32.8%
BLUE value IS 183 (71.88% from 255) = 29.28%
R=37.92%
G=32.8%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720518300.140.230.0724.446082.35
HexEDCDB70E177183c52
Octal3553152670162773074122
Binary1110110111001101101101110111010111111110001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDB7; }

 p { color: rgb(237,205,183); }

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

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

 a { background-color: rgb(237,205,183); }

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

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

 span { border-color: rgb(237,205,183); }

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