#ECCDAE

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

Shades of Desert Sand #ECCDAE

Tints of Desert Sand #ECCDAE

Color information

#ECCDAE (or 0xECCDAE) is unknown color: approx Desert Sand. HEX triplet: EC, CD and AE. RGB value is (236,205,174). Sum of RGB (Red+Green+Blue) = 236+205+174=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCDAE is #133251. Grayscale: #D2D2D2. Windows color (decimal): -1258066 or 11455980. OLE color: 11455980.

HSL color Cylindrical-coordinate representation of color #ECCDAE: hue angle of 30º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECCDAE is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB236205174-
CMYK00.130.260.07
HSL30º62%80.39%-
HSV(B)30º26.27%92.55%-
XYZ64.0664.5549.13-
YUV210.74107.27146.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 205 (80.47% from 255) = 33.33%
BLUE value IS 174 (68.36% from 255) = 28.29%
R=38.37%
G=33.33%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620517400.130.260.07306280.39
HexECCDAE0D1A71e3e50
Octal3543152560153273676120
Binary1110110011001101101011100110111010111111101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDAE; }

 p { color: rgb(236,205,174); }

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

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

 a { background-color: rgb(236,205,174); }

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

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

 span { border-color: rgb(236,205,174); }

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