Html Css Color HEX #EDCCC3 Dust Storm

📋 copy color: '#EDCCC3'

red 237 ◦ green 204 ◦ blue 195

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

Shades of Dust Storm #EDCCC3

Tints of Dust Storm #EDCCC3

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.08%

 BLUE value IS 195 (76.56% from 255) = 30.66%

R = 37.26%
G = 32.08%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EDCCC3 (or 0xEDCCC3) is known color: Dust Storm. HEX triplet: ED, CC and C3. RGB value is (237,204,195). Sum of RGB (Red+Green+Blue) = 237+204+195=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 195 (76.56% from 255 or 30.66% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCC3 is #12333C. Grayscale: #D4D4D4. Windows color (decimal): -1192765 or 12831981. OLE color: 12831981.

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

Color convert

RGB 237 204 195 -
CMYK 0 0.14 0.18 0.07
HSL 12.86º 0.54% 0.85% -
HSV(B) 12.86º 0.18% 0.93% -
XYZ 66.37 65.13 60.7 -
YUV 212.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 237 204 195 0 0.14 0.18 0.07 12.86 0.54 0.85
Hex ED CC C3 0 E 12 7 D 36 55
Octal 355 314 303 0 16 22 7 15 66 125
Binary 11101101 11001100 11000011 0 1110 10010 111 1101 110110 1010101

Color Harmonies of #EDCCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCCC3

Black with #EDCCC3

Text Example


Text Example

White with #EDCCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCCC3; }

 p { color: rgb(237,204,195); }

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

background-color css

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

 a { background-color: rgb(237,204,195); }

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

border-color css

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

 span { border-color: rgb(237,204,195); }

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