#E7CDBA

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

Shades of Desert Sand #E7CDBA

Tints of Desert Sand #E7CDBA

Color information

#E7CDBA (or 0xE7CDBA) is unknown color: approx Desert Sand. HEX triplet: E7, CD and BA. RGB value is (231,205,186). Sum of RGB (Red+Green+Blue) = 231+205+186=622 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.14% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDBA is #183245. Grayscale: #D2D2D2. Windows color (decimal): -1585734 or 12242407. OLE color: 12242407.

HSL color Cylindrical-coordinate representation of color #E7CDBA: hue angle of 25.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7CDBA is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB231205186-
CMYK00.110.190.09
HSL25.33º48.39%81.76%-
HSV(B)25.33º19.48%90.59%-
XYZ63.6564.255.49-
YUV210.61114.11142.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.14%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 186 (73.05% from 255) = 29.90%
R=37.14%
G=32.96%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120518600.110.190.0925.3348.3981.76
HexE7CDBA0B139193052
Octal34731527201323113160122
Binary11100111110011011011101001011100111001110011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CDBA; }

 p { color: rgb(231,205,186); }

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

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

 a { background-color: rgb(231,205,186); }

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

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

 span { border-color: rgb(231,205,186); }

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