Html Css Color HEX #EDCEC3 Dust Storm

📋 copy color: '#EDCEC3'

red 237 ◦ green 206 ◦ blue 195

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

Shades of Dust Storm #EDCEC3

Tints of Dust Storm #EDCEC3

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.29%

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

R = 37.15%
G = 32.29%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EDCEC3 (or 0xEDCEC3) is known color: Dust Storm. HEX triplet: ED, CE and C3. RGB value is (237,206,195). Sum of RGB (Red+Green+Blue) = 237+206+195=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 195 (76.56% from 255 or 30.56% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEC3 is #12313C. Grayscale: #D6D6D6. Windows color (decimal): -1192253 or 12832493. OLE color: 12832493.

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

Color convert

RGB 237 206 195 -
CMYK 0 0.13 0.18 0.07
HSL 15.71º 0.54% 0.85% -
HSV(B) 15.71º 0.18% 0.93% -
XYZ 66.85 66.09 60.86 -
YUV 214.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 237 206 195 0 0.13 0.18 0.07 15.71 0.54 0.85
Hex ED CE C3 0 D 12 7 10 36 55
Octal 355 316 303 0 15 22 7 20 66 125
Binary 11101101 11001110 11000011 0 1101 10010 111 10000 110110 1010101

Color Harmonies of #EDCEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCEC3

Black with #EDCEC3

Text Example


Text Example

White with #EDCEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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