Shades of Hampton #E3CFA2
Tints of Hampton #E3CFA2
RGB
CMYK
RGB Variations
Color information
#E3CFA2 (or 0xE3CFA2) is known color: Hampton. HEX triplet: E3, CF and A2. RGB value is (227,207,162). Sum of RGB (Red+Green+Blue) = 227+207+162=596 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.09% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 162 (63.67% from 255 or 27.18% from 596); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CFA2 is #1C305D. Grayscale: #D0D0D0. Windows color (decimal): -1847390 or 10670051. OLE color: 10670051.
HSL color Cylindrical-coordinate representation of color #E3CFA2: hue angle of 41.54º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E3CFA2 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 207 | 162 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.11 |
| HSL | 41.54º | 0.54% | 0.76% | - |
| HSV(B) | 41.54º | 0.29% | 0.89% | - |
| XYZ | 60.51 | 63.57 | 43.26 | - |
| YUV | 207.85 | 102.13 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 207 | 162 | 0 | 0.09 | 0.29 | 0.11 | 41.54 | 0.54 | 0.76 |
| Hex | E3 | CF | A2 | 0 | 9 | 1D | B | 2A | 36 | 4C |
| Octal | 343 | 317 | 242 | 0 | 11 | 35 | 13 | 52 | 66 | 114 |
| Binary | 11100011 | 11001111 | 10100010 | 0 | 1001 | 11101 | 1011 | 101010 | 110110 | 1001100 |
Color Harmonies of #E3CFA2
Complementary color
Monochromatic Colors of #E3CFA2
Black with #E3CFA2
Text Example
Text Example
White with #E3CFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CFA2; }
p { color: rgb(227,207,162); }
H1.HeaderClassName
{
color: #E3CFA2;
}
.AnyTagClassName
{
color: #E3CFA2;
}
</style>
background-color css
<style>
a { background-color: #E3CFA2; }
a { background-color: rgb(227,207,162); }
div.DivClassName
{
background-color: #E3CFA2;
}
.BgClassName
{
background-color: #E3CFA2;
}
</style>
border-color css
<style>
span { border-color: #E3CFA2; }
span { border-color: rgb(227,207,162); }
td.TdClassName
{
border-color: #E3CFA2;
}
.TagClassName
{
border-color: #E3CFA2;
}
</style>