Html Css Color HEX #E6D9CA Half Spanish White
📋 copy color: '#E6D9CA'red 230 ◦ green 217 ◦ blue 202
Shades of Half Spanish White #E6D9CA
Tints of Half Spanish White #E6D9CA
RGB
CMYK
RGB Variations
Color information
#E6D9CA (or 0xE6D9CA) is known color: Half Spanish White. HEX triplet: E6, D9 and CA. RGB value is (230,217,202). Sum of RGB (Red+Green+Blue) = 230+217+202=649 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.44% from 649); Green value is 217 (85.16% from 255 or 33.44% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D9CA is #192635. Grayscale: #DBDBDB. Windows color (decimal): -1648182 or 13294054. OLE color: 13294054.
HSL color Cylindrical-coordinate representation of color #E6D9CA: hue angle of 32.14º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6D9CA is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 217 | 202 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.10 |
| HSL | 32.14º | 0.36% | 0.85% | - |
| HSV(B) | 32.14º | 0.12% | 0.9% | - |
| XYZ | 68.11 | 70.71 | 65.94 | - |
| YUV | 219.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 217 | 202 | 0 | 0.06 | 0.12 | 0.10 | 32.14 | 0.36 | 0.85 |
| Hex | E6 | D9 | CA | 0 | 6 | C | A | 20 | 24 | 55 |
| Octal | 346 | 331 | 312 | 0 | 6 | 14 | 12 | 40 | 44 | 125 |
| Binary | 11100110 | 11011001 | 11001010 | 0 | 110 | 1100 | 1010 | 100000 | 100100 | 1010101 |
Color Harmonies of #E6D9CA
Complementary color
Monochromatic Colors of #E6D9CA
Black with #E6D9CA
Text Example
Text Example
White with #E6D9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D9CA; }
p { color: rgb(230,217,202); }
H1.HeaderClassName
{
color: #E6D9CA;
}
.AnyTagClassName
{
color: #E6D9CA;
}
</style>
background-color css
<style>
a { background-color: #E6D9CA; }
a { background-color: rgb(230,217,202); }
div.DivClassName
{
background-color: #E6D9CA;
}
.BgClassName
{
background-color: #E6D9CA;
}
</style>
border-color css
<style>
span { border-color: #E6D9CA; }
span { border-color: rgb(230,217,202); }
td.TdClassName
{
border-color: #E6D9CA;
}
.TagClassName
{
border-color: #E6D9CA;
}
</style>