Html Css Color HEX #EDE6DF Desert Storm

📋 copy color: '#EDE6DF'

red 237 ◦ green 230 ◦ blue 223

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

Shades of Desert Storm #EDE6DF

Tints of Desert Storm #EDE6DF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.33%

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

R = 34.35%
G = 33.33%
B = 32.32%

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

#EDE6DF (or 0xEDE6DF) is known color: Desert Storm. HEX triplet: ED, E6 and DF. RGB value is (237,230,223). Sum of RGB (Red+Green+Blue) = 237+230+223=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 230 (90.23% from 255 or 33.33% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE6DF is #121920. Grayscale: #E7E7E7. Windows color (decimal): -1186081 or 14673645. OLE color: 14673645.

HSL color Cylindrical-coordinate representation of color #EDE6DF: hue angle of 30º 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 #EDE6DF is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 230 223 -
CMYK 0 0.03 0.06 0.07
HSL 30º 0.28% 0.9% -
HSV(B) 30º 0.06% 0.93% -
XYZ 76.54 79.93 81.21 -
YUV 231.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 237 230 223 0 0.03 0.06 0.07 30 0.28 0.9
Hex ED E6 DF 0 3 6 7 1E 1C 5A
Octal 355 346 337 0 3 6 7 36 34 132
Binary 11101101 11100110 11011111 0 11 110 111 11110 11100 1011010

Color Harmonies of #EDE6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE6DF

Black with #EDE6DF

Text Example


Text Example

White with #EDE6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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