Shades of Prim #E3CFDD
Tints of Prim #E3CFDD
RGB
CMYK
RGB Variations
Color information
#E3CFDD (or 0xE3CFDD) is known color: Prim. HEX triplet: E3, CF and DD. RGB value is (227,207,221). Sum of RGB (Red+Green+Blue) = 227+207+221=655 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.66% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CFDD is #1C3022. Grayscale: #D6D6D6. Windows color (decimal): -1847331 or 14536675. OLE color: 14536675.
HSL color Cylindrical-coordinate representation of color #E3CFDD: hue angle of 318º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E3CFDD is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 207 | 221 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.11 |
| HSL | 318º | 0.26% | 0.85% | - |
| HSV(B) | 318º | 0.09% | 0.89% | - |
| XYZ | 67.04 | 66.18 | 77.65 | - |
| YUV | 214.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 207 | 221 | 0 | 0.09 | 0.03 | 0.11 | 318 | 0.26 | 0.85 |
| Hex | E3 | CF | DD | 0 | 9 | 3 | B | 13E | 1A | 55 |
| Octal | 343 | 317 | 335 | 0 | 11 | 3 | 13 | 476 | 32 | 125 |
| Binary | 11100011 | 11001111 | 11011101 | 0 | 1001 | 11 | 1011 | 100111110 | 11010 | 1010101 |
Color Harmonies of #E3CFDD
Complementary color
Monochromatic Colors of #E3CFDD
Black with #E3CFDD
Text Example
Text Example
White with #E3CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CFDD; }
p { color: rgb(227,207,221); }
H1.HeaderClassName
{
color: #E3CFDD;
}
.AnyTagClassName
{
color: #E3CFDD;
}
</style>
background-color css
<style>
a { background-color: #E3CFDD; }
a { background-color: rgb(227,207,221); }
div.DivClassName
{
background-color: #E3CFDD;
}
.BgClassName
{
background-color: #E3CFDD;
}
</style>
border-color css
<style>
span { border-color: #E3CFDD; }
span { border-color: rgb(227,207,221); }
td.TdClassName
{
border-color: #E3CFDD;
}
.TagClassName
{
border-color: #E3CFDD;
}
</style>