Html Css Color HEX #EDE7DF Desert Storm

📋 copy color: '#EDE7DF'

red 237 ◦ green 231 ◦ blue 223

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

Shades of Desert Storm #EDE7DF

Tints of Desert Storm #EDE7DF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.43%

 BLUE value IS 223 (87.5% from 255) = 32.27%

R = 34.3%
G = 33.43%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDE7DF (or 0xEDE7DF) is known color: Desert Storm. HEX triplet: ED, E7 and DF. RGB value is (237,231,223). Sum of RGB (Red+Green+Blue) = 237+231+223=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 231 (90.62% from 255 or 33.43% from 691); Blue value is 223 (87.5% from 255 or 32.27% from 691); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE7DF is #121820. Grayscale: #E7E7E7. Windows color (decimal): -1185825 or 14673901. OLE color: 14673901.

HSL color Cylindrical-coordinate representation of color #EDE7DF: hue angle of 34.29º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDE7DF is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 231 223 -
CMYK 0 0.03 0.06 0.07
HSL 34.29º 0.28% 0.9% -
HSV(B) 34.29º 0.06% 0.93% -
XYZ 76.82 80.48 81.3 -
YUV 231.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 237 231 223 0 0.03 0.06 0.07 34.29 0.28 0.9
Hex ED E7 DF 0 3 6 7 22 1C 5A
Octal 355 347 337 0 3 6 7 42 34 132
Binary 11101101 11100111 11011111 0 11 110 111 100010 11100 1011010

Color Harmonies of #EDE7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE7DF

Black with #EDE7DF

Text Example


Text Example

White with #EDE7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE7DF; }

 p { color: rgb(237,231,223); }

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

background-color css

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

 a { background-color: rgb(237,231,223); }

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

border-color css

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

 span { border-color: rgb(237,231,223); }

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