#ECCDAD

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

Shades of Desert Sand #ECCDAD

Tints of Desert Sand #ECCDAD

Color information

#ECCDAD (or 0xECCDAD) is unknown color: approx Desert Sand. HEX triplet: EC, CD and AD. RGB value is (236,205,173). Sum of RGB (Red+Green+Blue) = 236+205+173=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCDAD is #133252. Grayscale: #D2D2D2. Windows color (decimal): -1258067 or 11390444. OLE color: 11390444.

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

Color convert

RGB236205173-
CMYK00.130.270.07
HSL30.48º62.38%80.2%-
HSV(B)30.48º26.69%92.55%-
XYZ63.9764.5148.62-
YUV210.62106.77146.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.44%
GREEN value IS 205 (80.47% from 255) = 33.39%
BLUE value IS 173 (67.97% from 255) = 28.18%
R=38.44%
G=33.39%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620517300.130.270.0730.4862.3880.2
HexECCDAD0D1B71e3e50
Octal3543152550153373676120
Binary1110110011001101101011010110111011111111101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDAD; }

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

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

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

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

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

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

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

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