Html Css Color HEX #EEC4BC Dust Storm

📋 copy color: '#EEC4BC'

red 238 ◦ green 196 ◦ blue 188

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

Shades of Dust Storm #EEC4BC

Tints of Dust Storm #EEC4BC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.51%

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

R = 38.26%
G = 31.51%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EEC4BC (or 0xEEC4BC) is known color: Dust Storm. HEX triplet: EE, C4 and BC. RGB value is (238,196,188). Sum of RGB (Red+Green+Blue) = 238+196+188=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 196 (76.95% from 255 or 31.51% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC4BC is #113B43. Grayscale: #CFCFCF. Windows color (decimal): -1129284 or 12371182. OLE color: 12371182.

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

Color convert

RGB 238 196 188 -
CMYK 0 0.18 0.21 0.07
HSL 9.6º 0.6% 0.84% -
HSV(B) 9.6º 0.21% 0.93% -
XYZ 64.08 61.29 56.03 -
YUV 207.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 238 196 188 0 0.18 0.21 0.07 9.6 0.6 0.84
Hex EE C4 BC 0 12 15 7 A 3C 54
Octal 356 304 274 0 22 25 7 12 74 124
Binary 11101110 11000100 10111100 0 10010 10101 111 1010 111100 1010100

Color Harmonies of #EEC4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC4BC

Black with #EEC4BC

Text Example


Text Example

White with #EEC4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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