Shades of Prim #E8CFDB
Tints of Prim #E8CFDB
RGB
CMYK
RGB Variations
Color information
#E8CFDB (or 0xE8CFDB) is known color: Prim. HEX triplet: E8, CF and DB. RGB value is (232,207,219). Sum of RGB (Red+Green+Blue) = 232+207+219=658 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.26% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CFDB is #173024. Grayscale: #D7D7D7. Windows color (decimal): -1519653 or 14405608. OLE color: 14405608.
HSL color Cylindrical-coordinate representation of color #E8CFDB: hue angle of 331.2º degrees, saturation: 0.35, 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 #E8CFDB is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 232 | 207 | 219 | - |
CMYK | 0 | 0.11 | 0.06 | 0.09 |
HSL | 331.2º | 0.35% | 0.86% | - |
HSV(B) | 331.2º | 0.11% | 0.91% | - |
XYZ | 68.38 | 66.9 | 76.33 | - |
YUV | 215.84 | 129.78 | 139.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 207 | 219 | 0 | 0.11 | 0.06 | 0.09 | 331.2 | 0.35 | 0.86 |
Hex | E8 | CF | DB | 0 | B | 6 | 9 | 14B | 23 | 56 |
Octal | 350 | 317 | 333 | 0 | 13 | 6 | 11 | 513 | 43 | 126 |
Binary | 11101000 | 11001111 | 11011011 | 0 | 1011 | 110 | 1001 | 101001011 | 100011 | 1010110 |
Color Harmonies of #E8CFDB
Complementary color
Monochromatic Colors of #E8CFDB
Black with #E8CFDB
Text Example
Text Example
White with #E8CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CFDB; }
p { color: rgb(232,207,219); }
H1.HeaderClassName
{
color: #E8CFDB;
}
.AnyTagClassName
{
color: #E8CFDB;
}
</style>
background-color css
<style>
a { background-color: #E8CFDB; }
a { background-color: rgb(232,207,219); }
div.DivClassName
{
background-color: #E8CFDB;
}
.BgClassName
{
background-color: #E8CFDB;
}
</style>
border-color css
<style>
span { border-color: #E8CFDB; }
span { border-color: rgb(232,207,219); }
td.TdClassName
{
border-color: #E8CFDB;
}
.TagClassName
{
border-color: #E8CFDB;
}
</style>