Shades of Prim #E3CDDB
Tints of Prim #E3CDDB
RGB
CMYK
RGB Variations
Color information
#E3CDDB (or 0xE3CDDB) is known color: Prim. HEX triplet: E3, CD and DB. RGB value is (227,205,219). Sum of RGB (Red+Green+Blue) = 227+205+219=651 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.87% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CDDB is #1C3224. Grayscale: #D5D5D5. Windows color (decimal): -1847845 or 14405091. OLE color: 14405091.
HSL color Cylindrical-coordinate representation of color #E3CDDB: hue angle of 321.82º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E3CDDB is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 205 | 219 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.11 |
| HSL | 321.82º | 0.28% | 0.85% | - |
| HSV(B) | 321.82º | 0.1% | 0.89% | - |
| XYZ | 66.3 | 65.11 | 76.09 | - |
| YUV | 213.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 205 | 219 | 0 | 0.10 | 0.04 | 0.11 | 321.82 | 0.28 | 0.85 |
| Hex | E3 | CD | DB | 0 | A | 4 | B | 142 | 1C | 55 |
| Octal | 343 | 315 | 333 | 0 | 12 | 4 | 13 | 502 | 34 | 125 |
| Binary | 11100011 | 11001101 | 11011011 | 0 | 1010 | 100 | 1011 | 101000010 | 11100 | 1010101 |
Color Harmonies of #E3CDDB
Complementary color
Monochromatic Colors of #E3CDDB
Black with #E3CDDB
Text Example
Text Example
White with #E3CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CDDB; }
p { color: rgb(227,205,219); }
H1.HeaderClassName
{
color: #E3CDDB;
}
.AnyTagClassName
{
color: #E3CDDB;
}
</style>
background-color css
<style>
a { background-color: #E3CDDB; }
a { background-color: rgb(227,205,219); }
div.DivClassName
{
background-color: #E3CDDB;
}
.BgClassName
{
background-color: #E3CDDB;
}
</style>
border-color css
<style>
span { border-color: #E3CDDB; }
span { border-color: rgb(227,205,219); }
td.TdClassName
{
border-color: #E3CDDB;
}
.TagClassName
{
border-color: #E3CDDB;
}
</style>