#EECDB3

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

Shades of Desert Sand #EECDB3

Tints of Desert Sand #EECDB3

Color information

#EECDB3 (or 0xEECDB3) is unknown color: approx Desert Sand. HEX triplet: EE, CD and B3. RGB value is (238,205,179). Sum of RGB (Red+Green+Blue) = 238+205+179=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 179 (70.31% from 255 or 28.78% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDB3 is #11324C. Grayscale: #D4D4D4. Windows color (decimal): -1126989 or 11783662. OLE color: 11783662.

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

Color convert

RGB238205179-
CMYK00.140.250.07
HSL26.44º63.44%81.76%-
HSV(B)26.44º24.79%93.33%-
XYZ65.2365.0951.77-
YUV211.9109.43146.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.26%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 179 (70.31% from 255) = 28.78%
R=38.26%
G=32.96%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820517900.140.250.0726.4463.4481.76
HexEECDB30E1971a3f52
Octal3563152630163173277122
Binary1110111011001101101100110111011001111110101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDB3; }

 p { color: rgb(238,205,179); }

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

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

 a { background-color: rgb(238,205,179); }

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

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

 span { border-color: rgb(238,205,179); }

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