Shades of Prim #E4CFDB
Tints of Prim #E4CFDB
RGB
CMYK
RGB Variations
Color information
#E4CFDB (or 0xE4CFDB) is known color: Prim. HEX triplet: E4, CF and DB. RGB value is (228,207,219). Sum of RGB (Red+Green+Blue) = 228+207+219=654 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.86% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CFDB is #1B3024. Grayscale: #D6D6D6. Windows color (decimal): -1781797 or 14405604. OLE color: 14405604.
HSL color Cylindrical-coordinate representation of color #E4CFDB: hue angle of 325.71º degrees, saturation: 0.28, 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 #E4CFDB is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 207 | 219 | - |
CMYK | 0 | 0.09 | 0.04 | 0.11 |
HSL | 325.71º | 0.28% | 0.85% | - |
HSV(B) | 325.71º | 0.09% | 0.89% | - |
XYZ | 67.09 | 66.23 | 76.27 | - |
YUV | 214.65 | 130.46 | 137.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 207 | 219 | 0 | 0.09 | 0.04 | 0.11 | 325.71 | 0.28 | 0.85 |
Hex | E4 | CF | DB | 0 | 9 | 4 | B | 146 | 1C | 55 |
Octal | 344 | 317 | 333 | 0 | 11 | 4 | 13 | 506 | 34 | 125 |
Binary | 11100100 | 11001111 | 11011011 | 0 | 1001 | 100 | 1011 | 101000110 | 11100 | 1010101 |
Color Harmonies of #E4CFDB
Complementary color
Monochromatic Colors of #E4CFDB
Black with #E4CFDB
Text Example
Text Example
White with #E4CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CFDB; }
p { color: rgb(228,207,219); }
H1.HeaderClassName
{
color: #E4CFDB;
}
.AnyTagClassName
{
color: #E4CFDB;
}
</style>
background-color css
<style>
a { background-color: #E4CFDB; }
a { background-color: rgb(228,207,219); }
div.DivClassName
{
background-color: #E4CFDB;
}
.BgClassName
{
background-color: #E4CFDB;
}
</style>
border-color css
<style>
span { border-color: #E4CFDB; }
span { border-color: rgb(228,207,219); }
td.TdClassName
{
border-color: #E4CFDB;
}
.TagClassName
{
border-color: #E4CFDB;
}
</style>