#EBCDB7

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

Shades of Desert Sand #EBCDB7

Tints of Desert Sand #EBCDB7

Color information

#EBCDB7 (or 0xEBCDB7) is unknown color: approx Desert Sand. HEX triplet: EB, CD and B7. RGB value is (235,205,183). Sum of RGB (Red+Green+Blue) = 235+205+183=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 183 (71.88% from 255 or 29.37% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDB7 is #143248. Grayscale: #D3D3D3. Windows color (decimal): -1323593 or 12045803. OLE color: 12045803.

HSL color Cylindrical-coordinate representation of color #EBCDB7: hue angle of 25.38º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBCDB7 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB235205183-
CMYK00.130.220.08
HSL25.38º56.52%81.96%-
HSV(B)25.38º22.13%92.16%-
XYZ64.6464.7453.89-
YUV211.46111.94144.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 205 (80.47% from 255) = 32.91%
BLUE value IS 183 (71.88% from 255) = 29.37%
R=37.72%
G=32.91%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520518300.130.220.0825.3856.5281.96
HexEBCDB70D168193952
Octal35331526701526103171122
Binary11101011110011011011011101101101101000110011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDB7; }

 p { color: rgb(235,205,183); }

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

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

 a { background-color: rgb(235,205,183); }

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

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

 span { border-color: rgb(235,205,183); }

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