#ECCDC0

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

Shades of Dust Storm #ECCDC0

Tints of Dust Storm #ECCDC0

Color information

#ECCDC0 (or 0xECCDC0) is unknown color: approx Dust Storm. HEX triplet: EC, CD and C0. RGB value is (236,205,192). Sum of RGB (Red+Green+Blue) = 236+205+192=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDC0 is #13323F. Grayscale: #D4D4D4. Windows color (decimal): -1258048 or 12635628. OLE color: 12635628.

HSL color Cylindrical-coordinate representation of color #ECCDC0: hue angle of 17.73º degrees, saturation: 0.54, 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 #ECCDC0 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB236205192-
CMYK00.130.190.07
HSL17.73º53.66%83.92%-
HSV(B)17.73º18.64%92.55%-
XYZ65.9465.359-
YUV212.79116.27144.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.28%
GREEN value IS 205 (80.47% from 255) = 32.39%
BLUE value IS 192 (75.39% from 255) = 30.33%
R=37.28%
G=32.39%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620519200.130.190.0717.7353.6683.92
HexECCDC00D137123654
Octal3543153000152372266124
Binary1110110011001101110000000110110011111100101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDC0; }

 p { color: rgb(236,205,192); }

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

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

 a { background-color: rgb(236,205,192); }

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

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

 span { border-color: rgb(236,205,192); }

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