#EACCBD

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

Shades of Dust Storm #EACCBD

Tints of Dust Storm #EACCBD

Color information

#EACCBD (or 0xEACCBD) is unknown color: approx Dust Storm. HEX triplet: EA, CC and BD. RGB value is (234,204,189). Sum of RGB (Red+Green+Blue) = 234+204+189=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCBD is #153342. Grayscale: #D3D3D3. Windows color (decimal): -1389379 or 12438762. OLE color: 12438762.

HSL color Cylindrical-coordinate representation of color #EACCBD: hue angle of 20º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EACCBD is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB234204189-
CMYK00.130.190.08
HSL20º51.72%82.94%-
HSV(B)20º19.23%91.76%-
XYZ64.7164.3557.15-
YUV211.26115.44144.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.32%
GREEN value IS 204 (80.08% from 255) = 32.54%
BLUE value IS 189 (74.22% from 255) = 30.14%
R=37.32%
G=32.54%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420418900.130.190.082051.7282.94
HexEACCBD0D138143453
Octal35231427501523102464123
Binary11101010110011001011110101101100111000101001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCBD; }

 p { color: rgb(234,204,189); }

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

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

 a { background-color: rgb(234,204,189); }

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

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

 span { border-color: rgb(234,204,189); }

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