Html Css Color HEX #EECCC2 Dust Storm

📋 copy color: '#EECCC2'

red 238 ◦ green 204 ◦ blue 194

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

Shades of Dust Storm #EECCC2

Tints of Dust Storm #EECCC2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.08%

 BLUE value IS 194 (76.17% from 255) = 30.5%

R = 37.42%
G = 32.08%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EECCC2 (or 0xEECCC2) is known color: Dust Storm. HEX triplet: EE, CC and C2. RGB value is (238,204,194). Sum of RGB (Red+Green+Blue) = 238+204+194=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 194 (76.17% from 255 or 30.50% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCC2 is #11333D. Grayscale: #D5D5D5. Windows color (decimal): -1127230 or 12766446. OLE color: 12766446.

HSL color Cylindrical-coordinate representation of color #EECCC2: hue angle of 13.64º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EECCC2 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 204 194 -
CMYK 0 0.14 0.18 0.07
HSL 13.64º 0.56% 0.85% -
HSV(B) 13.64º 0.18% 0.93% -
XYZ 66.59 65.26 60.13 -
YUV 213.03 117.26 145.81 -
System Red Green Blue C M Y K H S L
Decimal 238 204 194 0 0.14 0.18 0.07 13.64 0.56 0.85
Hex EE CC C2 0 E 12 7 E 38 55
Octal 356 314 302 0 16 22 7 16 70 125
Binary 11101110 11001100 11000010 0 1110 10010 111 1110 111000 1010101

Color Harmonies of #EECCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECCC2

Black with #EECCC2

Text Example


Text Example

White with #EECCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECCC2; }

 p { color: rgb(238,204,194); }

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

background-color css

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

 a { background-color: rgb(238,204,194); }

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

border-color css

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

 span { border-color: rgb(238,204,194); }

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