Html Css Color HEX #EEC8BD Dust Storm

📋 copy color: '#EEC8BD'

red 238 ◦ green 200 ◦ blue 189

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

Shades of Dust Storm #EEC8BD

Tints of Dust Storm #EEC8BD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.9%

 BLUE value IS 189 (74.22% from 255) = 30.14%

R = 37.96%
G = 31.9%
B = 30.14%

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

#EEC8BD (or 0xEEC8BD) is known color: Dust Storm. HEX triplet: EE, C8 and BD. RGB value is (238,200,189). Sum of RGB (Red+Green+Blue) = 238+200+189=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC8BD is #113742. Grayscale: #D2D2D2. Windows color (decimal): -1128259 or 12437742. OLE color: 12437742.

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

Color convert

RGB 238 200 189 -
CMYK 0 0.16 0.21 0.07
HSL 13.47º 0.59% 0.84% -
HSV(B) 13.47º 0.21% 0.93% -
XYZ 65.1 63.16 56.9 -
YUV 210.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 238 200 189 0 0.16 0.21 0.07 13.47 0.59 0.84
Hex EE C8 BD 0 10 15 7 D 3B 54
Octal 356 310 275 0 20 25 7 15 73 124
Binary 11101110 11001000 10111101 0 10000 10101 111 1101 111011 1010100

Color Harmonies of #EEC8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC8BD

Black with #EEC8BD

Text Example


Text Example

White with #EEC8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC8BD; }

 p { color: rgb(238,200,189); }

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

background-color css

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

 a { background-color: rgb(238,200,189); }

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

border-color css

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

 span { border-color: rgb(238,200,189); }

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