Html Css Color HEX #EDCDC1 Dust Storm

📋 copy color: '#EDCDC1'

red 237 ◦ green 205 ◦ blue 193

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

Shades of Dust Storm #EDCDC1

Tints of Dust Storm #EDCDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.39%

R = 37.32%
G = 32.28%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDCDC1 (or 0xEDCDC1) is known color: Dust Storm. HEX triplet: ED, CD and C1. RGB value is (237,205,193). Sum of RGB (Red+Green+Blue) = 237+205+193=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 193 (75.78% from 255 or 30.39% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDC1 is #12323E. Grayscale: #D5D5D5. Windows color (decimal): -1192511 or 12701165. OLE color: 12701165.

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

Color convert

RGB 237 205 193 -
CMYK 0 0.14 0.19 0.07
HSL 16.36º 0.55% 0.84% -
HSV(B) 16.36º 0.19% 0.93% -
XYZ 66.38 65.52 59.6 -
YUV 213.2 116.6 144.98 -
System Red Green Blue C M Y K H S L
Decimal 237 205 193 0 0.14 0.19 0.07 16.36 0.55 0.84
Hex ED CD C1 0 E 13 7 10 37 54
Octal 355 315 301 0 16 23 7 20 67 124
Binary 11101101 11001101 11000001 0 1110 10011 111 10000 110111 1010100

Color Harmonies of #EDCDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDC1

Black with #EDCDC1

Text Example


Text Example

White with #EDCDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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