Html Css Color HEX #E6DDCC Half Spanish White
📋 copy color: '#E6DDCC'red 230 ◦ green 221 ◦ blue 204
Shades of Half Spanish White #E6DDCC
Tints of Half Spanish White #E6DDCC
RGB
CMYK
RGB Variations
Color information
#E6DDCC (or 0xE6DDCC) is known color: Half Spanish White. HEX triplet: E6, DD and CC. RGB value is (230,221,204). Sum of RGB (Red+Green+Blue) = 230+221+204=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DDCC is #192233. Grayscale: #DDDDDD. Windows color (decimal): -1647156 or 13426150. OLE color: 13426150.
HSL color Cylindrical-coordinate representation of color #E6DDCC: hue angle of 39.23º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6DDCC is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 221 | 204 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.10 |
| HSL | 39.23º | 0.34% | 0.85% | - |
| HSV(B) | 39.23º | 0.11% | 0.9% | - |
| XYZ | 69.39 | 72.9 | 67.54 | - |
| YUV | 221.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 204 | 0 | 0.04 | 0.11 | 0.10 | 39.23 | 0.34 | 0.85 |
| Hex | E6 | DD | CC | 0 | 4 | B | A | 27 | 22 | 55 |
| Octal | 346 | 335 | 314 | 0 | 4 | 13 | 12 | 47 | 42 | 125 |
| Binary | 11100110 | 11011101 | 11001100 | 0 | 100 | 1011 | 1010 | 100111 | 100010 | 1010101 |
Color Harmonies of #E6DDCC
Complementary color
Monochromatic Colors of #E6DDCC
Black with #E6DDCC
Text Example
Text Example
White with #E6DDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DDCC; }
p { color: rgb(230,221,204); }
H1.HeaderClassName
{
color: #E6DDCC;
}
.AnyTagClassName
{
color: #E6DDCC;
}
</style>
background-color css
<style>
a { background-color: #E6DDCC; }
a { background-color: rgb(230,221,204); }
div.DivClassName
{
background-color: #E6DDCC;
}
.BgClassName
{
background-color: #E6DDCC;
}
</style>
border-color css
<style>
span { border-color: #E6DDCC; }
span { border-color: rgb(230,221,204); }
td.TdClassName
{
border-color: #E6DDCC;
}
.TagClassName
{
border-color: #E6DDCC;
}
</style>