Html Css Color HEX #EDCAC1 Dust Storm

📋 copy color: '#EDCAC1'

red 237 ◦ green 202 ◦ blue 193

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

Shades of Dust Storm #EDCAC1

Tints of Dust Storm #EDCAC1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.96%

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

R = 37.5%
G = 31.96%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDCAC1 (or 0xEDCAC1) is known color: Dust Storm. HEX triplet: ED, CA and C1. RGB value is (237,202,193). Sum of RGB (Red+Green+Blue) = 237+202+193=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 193 (75.78% from 255 or 30.54% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCAC1 is #12353E. Grayscale: #D3D3D3. Windows color (decimal): -1193279 or 12700397. OLE color: 12700397.

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

Color convert

RGB 237 202 193 -
CMYK 0 0.15 0.19 0.07
HSL 12.27º 0.55% 0.84% -
HSV(B) 12.27º 0.19% 0.93% -
XYZ 65.67 64.1 59.36 -
YUV 211.44 117.6 146.23 -
System Red Green Blue C M Y K H S L
Decimal 237 202 193 0 0.15 0.19 0.07 12.27 0.55 0.84
Hex ED CA C1 0 F 13 7 C 37 54
Octal 355 312 301 0 17 23 7 14 67 124
Binary 11101101 11001010 11000001 0 1111 10011 111 1100 110111 1010100

Color Harmonies of #EDCAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCAC1

Black with #EDCAC1

Text Example


Text Example

White with #EDCAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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