Shades of Dust Storm #E6CDC4
Tints of Dust Storm #E6CDC4
RGB
CMYK
RGB Variations
Color information
#E6CDC4 (or 0xE6CDC4) is known color: Dust Storm. HEX triplet: E6, CD and C4. RGB value is (230,205,196). Sum of RGB (Red+Green+Blue) = 230+205+196=631 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.45% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 196 (76.95% from 255 or 31.06% from 631); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDC4 is #19323B. Grayscale: #D3D3D3. Windows color (decimal): -1651260 or 12897766. OLE color: 12897766.
HSL color Cylindrical-coordinate representation of color #E6CDC4: hue angle of 15.88º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6CDC4 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 205 | 196 | - |
CMYK | 0 | 0.11 | 0.15 | 0.10 |
HSL | 15.88º | 0.4% | 0.84% | - |
HSV(B) | 15.88º | 0.15% | 0.9% | - |
XYZ | 64.43 | 64.47 | 61.27 | - |
YUV | 211.45 | 119.28 | 141.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 205 | 196 | 0 | 0.11 | 0.15 | 0.10 | 15.88 | 0.4 | 0.84 |
Hex | E6 | CD | C4 | 0 | B | F | A | 10 | 28 | 54 |
Octal | 346 | 315 | 304 | 0 | 13 | 17 | 12 | 20 | 50 | 124 |
Binary | 11100110 | 11001101 | 11000100 | 0 | 1011 | 1111 | 1010 | 10000 | 101000 | 1010100 |
Color Harmonies of #E6CDC4
Complementary color
Monochromatic Colors of #E6CDC4
Black with #E6CDC4
Text Example
Text Example
White with #E6CDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CDC4; }
p { color: rgb(230,205,196); }
H1.HeaderClassName
{
color: #E6CDC4;
}
.AnyTagClassName
{
color: #E6CDC4;
}
</style>
background-color css
<style>
a { background-color: #E6CDC4; }
a { background-color: rgb(230,205,196); }
div.DivClassName
{
background-color: #E6CDC4;
}
.BgClassName
{
background-color: #E6CDC4;
}
</style>
border-color css
<style>
span { border-color: #E6CDC4; }
span { border-color: rgb(230,205,196); }
td.TdClassName
{
border-color: #E6CDC4;
}
.TagClassName
{
border-color: #E6CDC4;
}
</style>