#EECBC0

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

Shades of Dust Storm #EECBC0

Tints of Dust Storm #EECBC0

Color information

#EECBC0 (or 0xEECBC0) is unknown color: approx Dust Storm. HEX triplet: EE, CB and C0. RGB value is (238,203,192). Sum of RGB (Red+Green+Blue) = 238+203+192=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBC0 is #11343F. Grayscale: #D4D4D4. Windows color (decimal): -1127488 or 12635118. OLE color: 12635118.

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

Color convert

RGB238203192-
CMYK00.150.190.07
HSL14.35º57.5%84.31%-
HSV(B)14.35º19.33%93.33%-
XYZ66.1364.6958.87-
YUV212.21116.6146.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.60%
GREEN value IS 203 (79.69% from 255) = 32.07%
BLUE value IS 192 (75.39% from 255) = 30.33%
R=37.60%
G=32.07%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820319200.150.190.0714.3557.584.31
HexEECBC00F137e3a54
Octal3563133000172371672124
Binary111011101100101111000000011111001111111101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBC0; }

 p { color: rgb(238,203,192); }

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

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

 a { background-color: rgb(238,203,192); }

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

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

 span { border-color: rgb(238,203,192); }

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