Html Css Color HEX #EEC7BC Dust Storm

📋 copy color: '#EEC7BC'

red 238 ◦ green 199 ◦ blue 188

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

Shades of Dust Storm #EEC7BC

Tints of Dust Storm #EEC7BC

RGB

 RED value IS 238 (93.36% from 255) = 38.08%

 GREEN value IS 199 (78.13% from 255) = 31.84%

 BLUE value IS 188 (73.83% from 255) = 30.08%

R = 38.08%
G = 31.84%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EEC7BC (or 0xEEC7BC) is known color: Dust Storm. HEX triplet: EE, C7 and BC. RGB value is (238,199,188). Sum of RGB (Red+Green+Blue) = 238+199+188=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 188 (73.83% from 255 or 30.08% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC7BC is #113843. Grayscale: #D1D1D1. Windows color (decimal): -1128516 or 12371950. OLE color: 12371950.

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

Color convert

RGB 238 199 188 -
CMYK 0 0.16 0.21 0.07
HSL 13.2º 0.6% 0.84% -
HSV(B) 13.2º 0.21% 0.93% -
XYZ 64.76 62.65 56.26 -
YUV 209.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 238 199 188 0 0.16 0.21 0.07 13.2 0.6 0.84
Hex EE C7 BC 0 10 15 7 D 3C 54
Octal 356 307 274 0 20 25 7 15 74 124
Binary 11101110 11000111 10111100 0 10000 10101 111 1101 111100 1010100

Color Harmonies of #EEC7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC7BC

Black with #EEC7BC

Text Example


Text Example

White with #EEC7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC7BC; }

 p { color: rgb(238,199,188); }

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

background-color css

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

 a { background-color: rgb(238,199,188); }

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

border-color css

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

 span { border-color: rgb(238,199,188); }

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