#ECCDC1

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

Shades of Dust Storm #ECCDC1

Tints of Dust Storm #ECCDC1

Color information

#ECCDC1 (or 0xECCDC1) is unknown color: approx Dust Storm. HEX triplet: EC, CD and C1. RGB value is (236,205,193). Sum of RGB (Red+Green+Blue) = 236+205+193=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 193 (75.78% from 255 or 30.44% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDC1 is #13323E. Grayscale: #D4D4D4. Windows color (decimal): -1258047 or 12701164. OLE color: 12701164.

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

Color convert

RGB236205193-
CMYK00.130.180.07
HSL16.74º53.09%84.12%-
HSV(B)16.74º18.22%92.55%-
XYZ66.0565.3559.58-
YUV212.9116.77144.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.22%
GREEN value IS 205 (80.47% from 255) = 32.33%
BLUE value IS 193 (75.78% from 255) = 30.44%
R=37.22%
G=32.33%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620519300.130.180.0716.7453.0984.12
HexECCDC10D127113554
Octal3543153010152272165124
Binary1110110011001101110000010110110010111100011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDC1; }

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

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

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

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

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

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

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

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