Shades of Prim #E9CFDB
Tints of Prim #E9CFDB
RGB
CMYK
RGB Variations
Color information
#E9CFDB (or 0xE9CFDB) is known color: Prim. HEX triplet: E9, CF and DB. RGB value is (233,207,219). Sum of RGB (Red+Green+Blue) = 233+207+219=659 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.36% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CFDB is #163024. Grayscale: #D8D8D8. Windows color (decimal): -1454117 or 14405609. OLE color: 14405609.
HSL color Cylindrical-coordinate representation of color #E9CFDB: hue angle of 332.31º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9CFDB is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 207 | 219 | - |
CMYK | 0 | 0.11 | 0.06 | 0.09 |
HSL | 332.31º | 0.37% | 0.86% | - |
HSV(B) | 332.31º | 0.11% | 0.91% | - |
XYZ | 68.7 | 67.06 | 76.34 | - |
YUV | 216.14 | 129.61 | 140.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 207 | 219 | 0 | 0.11 | 0.06 | 0.09 | 332.31 | 0.37 | 0.86 |
Hex | E9 | CF | DB | 0 | B | 6 | 9 | 14C | 25 | 56 |
Octal | 351 | 317 | 333 | 0 | 13 | 6 | 11 | 514 | 45 | 126 |
Binary | 11101001 | 11001111 | 11011011 | 0 | 1011 | 110 | 1001 | 101001100 | 100101 | 1010110 |
Color Harmonies of #E9CFDB
Complementary color
Monochromatic Colors of #E9CFDB
Black with #E9CFDB
Text Example
Text Example
White with #E9CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CFDB; }
p { color: rgb(233,207,219); }
H1.HeaderClassName
{
color: #E9CFDB;
}
.AnyTagClassName
{
color: #E9CFDB;
}
</style>
background-color css
<style>
a { background-color: #E9CFDB; }
a { background-color: rgb(233,207,219); }
div.DivClassName
{
background-color: #E9CFDB;
}
.BgClassName
{
background-color: #E9CFDB;
}
</style>
border-color css
<style>
span { border-color: #E9CFDB; }
span { border-color: rgb(233,207,219); }
td.TdClassName
{
border-color: #E9CFDB;
}
.TagClassName
{
border-color: #E9CFDB;
}
</style>