Html Css Color HEX #EDCBC2 Dust Storm

📋 copy color: '#EDCBC2'

red 237 ◦ green 203 ◦ blue 194

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

Shades of Dust Storm #EDCBC2

Tints of Dust Storm #EDCBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 30.6%

R = 37.38%
G = 32.02%
B = 30.6%

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

#EDCBC2 (or 0xEDCBC2) is known color: Dust Storm. HEX triplet: ED, CB and C2. RGB value is (237,203,194). Sum of RGB (Red+Green+Blue) = 237+203+194=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 194 (76.17% from 255 or 30.60% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBC2 is #12343D. Grayscale: #D4D4D4. Windows color (decimal): -1193022 or 12766189. OLE color: 12766189.

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

Color convert

RGB 237 203 194 -
CMYK 0 0.14 0.18 0.07
HSL 12.56º 0.54% 0.85% -
HSV(B) 12.56º 0.18% 0.93% -
XYZ 66.02 64.61 60.03 -
YUV 212.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 237 203 194 0 0.14 0.18 0.07 12.56 0.54 0.85
Hex ED CB C2 0 E 12 7 D 36 55
Octal 355 313 302 0 16 22 7 15 66 125
Binary 11101101 11001011 11000010 0 1110 10010 111 1101 110110 1010101

Color Harmonies of #EDCBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBC2

Black with #EDCBC2

Text Example


Text Example

White with #EDCBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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