Html Css Color HEX #EDCBC1 Dust Storm

📋 copy color: '#EDCBC1'

red 237 ◦ green 203 ◦ blue 193

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

Shades of Dust Storm #EDCBC1

Tints of Dust Storm #EDCBC1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.07%

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

R = 37.44%
G = 32.07%
B = 30.49%

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

#EDCBC1 (or 0xEDCBC1) is known color: Dust Storm. HEX triplet: ED, CB and C1. RGB value is (237,203,193). Sum of RGB (Red+Green+Blue) = 237+203+193=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 193 (75.78% from 255 or 30.49% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBC1 is #12343E. Grayscale: #D4D4D4. Windows color (decimal): -1193023 or 12700653. OLE color: 12700653.

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

Color convert

RGB 237 203 193 -
CMYK 0 0.14 0.19 0.07
HSL 13.64º 0.55% 0.84% -
HSV(B) 13.64º 0.19% 0.93% -
XYZ 65.91 64.57 59.44 -
YUV 212.03 117.26 145.81 -
System Red Green Blue C M Y K H S L
Decimal 237 203 193 0 0.14 0.19 0.07 13.64 0.55 0.84
Hex ED CB C1 0 E 13 7 E 37 54
Octal 355 313 301 0 16 23 7 16 67 124
Binary 11101101 11001011 11000001 0 1110 10011 111 1110 110111 1010100

Color Harmonies of #EDCBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBC1

Black with #EDCBC1

Text Example


Text Example

White with #EDCBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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