Html Css Color HEX #EDCBBF Dust Storm

📋 copy color: '#EDCBBF'

red 237 ◦ green 203 ◦ blue 191

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

Shades of Dust Storm #EDCBBF

Tints of Dust Storm #EDCBBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.27%

R = 37.56%
G = 32.17%
B = 30.27%

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

#EDCBBF (or 0xEDCBBF) is known color: Dust Storm. HEX triplet: ED, CB and BF. RGB value is (237,203,191). Sum of RGB (Red+Green+Blue) = 237+203+191=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBBF is #123440. Grayscale: #D3D3D3. Windows color (decimal): -1193025 or 12569581. OLE color: 12569581.

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

Color convert

RGB 237 203 191 -
CMYK 0 0.14 0.19 0.07
HSL 15.65º 0.56% 0.84% -
HSV(B) 15.65º 0.19% 0.93% -
XYZ 65.68 64.48 58.27 -
YUV 211.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 237 203 191 0 0.14 0.19 0.07 15.65 0.56 0.84
Hex ED CB BF 0 E 13 7 10 38 54
Octal 355 313 277 0 16 23 7 20 70 124
Binary 11101101 11001011 10111111 0 1110 10011 111 10000 111000 1010100

Color Harmonies of #EDCBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBBF

Black with #EDCBBF

Text Example


Text Example

White with #EDCBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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