Html Css Color HEX #EDCDB7 Desert Sand

📋 copy color: '#EDCDB7'

red 237 ◦ green 205 ◦ blue 183

#EDCDB7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Desert Sand #EDCDB7

Tints of Desert Sand #EDCDB7

RGB

 RED value IS 237 (92.97% from 255) = 37.92%

 GREEN value IS 205 (80.47% from 255) = 32.8%

 BLUE value IS 183 (71.88% from 255) = 29.28%

R = 37.92%
G = 32.8%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EDCDB7 (or 0xEDCDB7) is known color: Desert Sand. HEX triplet: ED, CD and B7. RGB value is (237,205,183). Sum of RGB (Red+Green+Blue) = 237+205+183=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 183 (71.88% from 255 or 29.28% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDB7 is #123248. Grayscale: #D4D4D4. Windows color (decimal): -1192521 or 12045805. OLE color: 12045805.

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

Color convert

RGB 237 205 183 -
CMYK 0 0.14 0.23 0.07
HSL 24.44º 0.6% 0.82% -
HSV(B) 24.44º 0.23% 0.93% -
XYZ 65.3 65.09 53.92 -
YUV 212.06 111.6 145.79 -
System Red Green Blue C M Y K H S L
Decimal 237 205 183 0 0.14 0.23 0.07 24.44 0.6 0.82
Hex ED CD B7 0 E 17 7 18 3C 52
Octal 355 315 267 0 16 27 7 30 74 122
Binary 11101101 11001101 10110111 0 1110 10111 111 11000 111100 1010010

Color Harmonies of #EDCDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDB7

Black with #EDCDB7

Text Example


Text Example

White with #EDCDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDB7; }

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

 H1.HeaderClassName
 {
   color: #EDCDB7;
 }
 .AnyTagClassName
 {
   color: #EDCDB7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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