Html Css Color HEX #E6D9C7 Half Spanish White
📋 copy color: '#E6D9C7'red 230 ◦ green 217 ◦ blue 199
Shades of Half Spanish White #E6D9C7
Tints of Half Spanish White #E6D9C7
RGB
CMYK
RGB Variations
Color information
#E6D9C7 (or 0xE6D9C7) is known color: Half Spanish White. HEX triplet: E6, D9 and C7. RGB value is (230,217,199). Sum of RGB (Red+Green+Blue) = 230+217+199=646 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.60% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 199 (78.12% from 255 or 30.80% from 646); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D9C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D9C7 is #192638. Grayscale: #DADADA. Windows color (decimal): -1648185 or 13097446. OLE color: 13097446.
HSL color Cylindrical-coordinate representation of color #E6D9C7: hue angle of 34.84º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6D9C7 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 217 | 199 | - |
CMYK | 0 | 0.06 | 0.13 | 0.10 |
HSL | 34.84º | 0.38% | 0.84% | - |
HSV(B) | 34.84º | 0.13% | 0.9% | - |
XYZ | 67.75 | 70.57 | 64.08 | - |
YUV | 218.84 | 116.81 | 135.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 217 | 199 | 0 | 0.06 | 0.13 | 0.10 | 34.84 | 0.38 | 0.84 |
Hex | E6 | D9 | C7 | 0 | 6 | D | A | 23 | 26 | 54 |
Octal | 346 | 331 | 307 | 0 | 6 | 15 | 12 | 43 | 46 | 124 |
Binary | 11100110 | 11011001 | 11000111 | 0 | 110 | 1101 | 1010 | 100011 | 100110 | 1010100 |
Color Harmonies of #E6D9C7
Complementary color
Monochromatic Colors of #E6D9C7
Black with #E6D9C7
Text Example
Text Example
White with #E6D9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D9C7; }
p { color: rgb(230,217,199); }
H1.HeaderClassName
{
color: #E6D9C7;
}
.AnyTagClassName
{
color: #E6D9C7;
}
</style>
background-color css
<style>
a { background-color: #E6D9C7; }
a { background-color: rgb(230,217,199); }
div.DivClassName
{
background-color: #E6D9C7;
}
.BgClassName
{
background-color: #E6D9C7;
}
</style>
border-color css
<style>
span { border-color: #E6D9C7; }
span { border-color: rgb(230,217,199); }
td.TdClassName
{
border-color: #E6D9C7;
}
.TagClassName
{
border-color: #E6D9C7;
}
</style>