Html Css Color HEX #EDCDC4 Dust Storm

📋 copy color: '#EDCDC4'

red 237 ◦ green 205 ◦ blue 196

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

Shades of Dust Storm #EDCDC4

Tints of Dust Storm #EDCDC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.72%

R = 37.15%
G = 32.13%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EDCDC4 (or 0xEDCDC4) is known color: Dust Storm. HEX triplet: ED, CD and C4. RGB value is (237,205,196). Sum of RGB (Red+Green+Blue) = 237+205+196=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 196 (76.95% from 255 or 30.72% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDC4 is #12323B. Grayscale: #D5D5D5. Windows color (decimal): -1192508 or 12897773. OLE color: 12897773.

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

Color convert

RGB 237 205 196 -
CMYK 0 0.14 0.17 0.07
HSL 13.17º 0.53% 0.85% -
HSV(B) 13.17º 0.17% 0.93% -
XYZ 66.72 65.65 61.38 -
YUV 213.54 118.1 144.73 -
System Red Green Blue C M Y K H S L
Decimal 237 205 196 0 0.14 0.17 0.07 13.17 0.53 0.85
Hex ED CD C4 0 E 11 7 D 35 55
Octal 355 315 304 0 16 21 7 15 65 125
Binary 11101101 11001101 11000100 0 1110 10001 111 1101 110101 1010101

Color Harmonies of #EDCDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDC4

Black with #EDCDC4

Text Example


Text Example

White with #EDCDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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