Html Css Color HEX #EECCC1 Dust Storm

📋 copy color: '#EECCC1'

red 238 ◦ green 204 ◦ blue 193

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

Shades of Dust Storm #EECCC1

Tints of Dust Storm #EECCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.39%

R = 37.48%
G = 32.13%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EECCC1 (or 0xEECCC1) is known color: Dust Storm. HEX triplet: EE, CC and C1. RGB value is (238,204,193). Sum of RGB (Red+Green+Blue) = 238+204+193=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 193 (75.78% from 255 or 30.39% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCC1 is #11333E. Grayscale: #D4D4D4. Windows color (decimal): -1127231 or 12700910. OLE color: 12700910.

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

Color convert

RGB 238 204 193 -
CMYK 0 0.14 0.19 0.07
HSL 14.67º 0.57% 0.85% -
HSV(B) 14.67º 0.19% 0.93% -
XYZ 66.48 65.21 59.54 -
YUV 212.91 116.76 145.89 -
System Red Green Blue C M Y K H S L
Decimal 238 204 193 0 0.14 0.19 0.07 14.67 0.57 0.85
Hex EE CC C1 0 E 13 7 F 39 55
Octal 356 314 301 0 16 23 7 17 71 125
Binary 11101110 11001100 11000001 0 1110 10011 111 1111 111001 1010101

Color Harmonies of #EECCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECCC1

Black with #EECCC1

Text Example


Text Example

White with #EECCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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