Shades of Prim #E2CBD8
Tints of Prim #E2CBD8
RGB
CMYK
RGB Variations
Color information
#E2CBD8 (or 0xE2CBD8) is known color: Prim. HEX triplet: E2, CB and D8. RGB value is (226,203,216). Sum of RGB (Red+Green+Blue) = 226+203+216=645 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.04% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBD8 is #1D3427. Grayscale: #D3D3D3. Windows color (decimal): -1913896 or 14207970. OLE color: 14207970.
HSL color Cylindrical-coordinate representation of color #E2CBD8: hue angle of 326.09º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2CBD8 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 216 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.11 |
| HSL | 326.09º | 0.28% | 0.84% | - |
| HSV(B) | 326.09º | 0.1% | 0.89% | - |
| XYZ | 65.11 | 63.84 | 73.86 | - |
| YUV | 211.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 216 | 0 | 0.10 | 0.04 | 0.11 | 326.09 | 0.28 | 0.84 |
| Hex | E2 | CB | D8 | 0 | A | 4 | B | 146 | 1C | 54 |
| Octal | 342 | 313 | 330 | 0 | 12 | 4 | 13 | 506 | 34 | 124 |
| Binary | 11100010 | 11001011 | 11011000 | 0 | 1010 | 100 | 1011 | 101000110 | 11100 | 1010100 |
Color Harmonies of #E2CBD8
Complementary color
Monochromatic Colors of #E2CBD8
Black with #E2CBD8
Text Example
Text Example
White with #E2CBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBD8; }
p { color: rgb(226,203,216); }
H1.HeaderClassName
{
color: #E2CBD8;
}
.AnyTagClassName
{
color: #E2CBD8;
}
</style>
background-color css
<style>
a { background-color: #E2CBD8; }
a { background-color: rgb(226,203,216); }
div.DivClassName
{
background-color: #E2CBD8;
}
.BgClassName
{
background-color: #E2CBD8;
}
</style>
border-color css
<style>
span { border-color: #E2CBD8; }
span { border-color: rgb(226,203,216); }
td.TdClassName
{
border-color: #E2CBD8;
}
.TagClassName
{
border-color: #E2CBD8;
}
</style>