#E7CDB4

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

Shades of Desert Sand #E7CDB4

Tints of Desert Sand #E7CDB4

Color information

#E7CDB4 (or 0xE7CDB4) is unknown color: approx Desert Sand. HEX triplet: E7, CD and B4. RGB value is (231,205,180). Sum of RGB (Red+Green+Blue) = 231+205+180=616 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.5% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 180 (70.70% from 255 or 29.22% from 616); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDB4 is #18324B. Grayscale: #D2D2D2. Windows color (decimal): -1585740 or 11849191. OLE color: 11849191.

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

Color convert

RGB231205180-
CMYK00.110.220.09
HSL29.41º51.52%80.59%-
HSV(B)29.41º22.08%90.59%-
XYZ63.0263.9552.2-
YUV209.92111.11143.03-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.5%
GREEN value IS 205 (80.47% from 255) = 33.28%
BLUE value IS 180 (70.70% from 255) = 29.22%
R=37.5%
G=33.28%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120518000.110.220.0929.4151.5280.59
HexE7CDB40B1691d3451
Octal34731526401326113564121
Binary11100111110011011011010001011101101001111011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CDB4; }

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

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

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

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

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

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

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

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