Html Css Color HEX #EEC7BD Dust Storm

📋 copy color: '#EEC7BD'

red 238 ◦ green 199 ◦ blue 189

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

Shades of Dust Storm #EEC7BD

Tints of Dust Storm #EEC7BD

RGB

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

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

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

R = 38.02%
G = 31.79%
B = 30.19%

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

#EEC7BD (or 0xEEC7BD) is known color: Dust Storm. HEX triplet: EE, C7 and BD. RGB value is (238,199,189). Sum of RGB (Red+Green+Blue) = 238+199+189=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC7BD is #113842. Grayscale: #D1D1D1. Windows color (decimal): -1128515 or 12437486. OLE color: 12437486.

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

Color convert

RGB 238 199 189 -
CMYK 0 0.16 0.21 0.07
HSL 12.24º 0.59% 0.84% -
HSV(B) 12.24º 0.21% 0.93% -
XYZ 64.87 62.7 56.83 -
YUV 209.52 116.42 148.31 -
System Red Green Blue C M Y K H S L
Decimal 238 199 189 0 0.16 0.21 0.07 12.24 0.59 0.84
Hex EE C7 BD 0 10 15 7 C 3B 54
Octal 356 307 275 0 20 25 7 14 73 124
Binary 11101110 11000111 10111101 0 10000 10101 111 1100 111011 1010100

Color Harmonies of #EEC7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC7BD

Black with #EEC7BD

Text Example


Text Example

White with #EEC7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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