#EECDC3

Color #EECDC3 Dust Storm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dust Storm #EECDC3

Tints of Dust Storm #EECDC3

Color information

#EECDC3 (or 0xEECDC3) is unknown color: approx Dust Storm. HEX triplet: EE, CD and C3. RGB value is (238,205,195). Sum of RGB (Red+Green+Blue) = 238+205+195=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 195 (76.56% from 255 or 30.56% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDC3 is #11323C. Grayscale: #D5D5D5. Windows color (decimal): -1126973 or 12832238. OLE color: 12832238.

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

Color convert

RGB238205195-
CMYK00.140.180.07
HSL13.95º55.84%84.9%-
HSV(B)13.95º18.07%93.33%-
XYZ66.9465.7860.8-
YUV213.73117.43145.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.30%
GREEN value IS 205 (80.47% from 255) = 32.13%
BLUE value IS 195 (76.56% from 255) = 30.56%
R=37.30%
G=32.13%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820519500.140.180.0713.9555.8484.9
HexEECDC30E127e3855
Octal3563153030162271670125
Binary111011101100110111000011011101001011111101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDC3; }

 p { color: rgb(238,205,195); }

 H1.HeaderClassName
 {
   color: #EECDC3;
 }
 .AnyTagClassName
 {
   color: #EECDC3;
 }
</style>
background-color css

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

 a { background-color: rgb(238,205,195); }

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

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

 span { border-color: rgb(238,205,195); }

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