Shades of Prim #E6CFDB
Tints of Prim #E6CFDB
RGB
CMYK
RGB Variations
Color information
#E6CFDB (or 0xE6CFDB) is known color: Prim. HEX triplet: E6, CF and DB. RGB value is (230,207,219). Sum of RGB (Red+Green+Blue) = 230+207+219=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CFDB is #193024. Grayscale: #D7D7D7. Windows color (decimal): -1650725 or 14405606. OLE color: 14405606.
HSL color Cylindrical-coordinate representation of color #E6CFDB: hue angle of 328.7º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6CFDB is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 207 | 219 | - |
CMYK | 0 | 0.10 | 0.05 | 0.10 |
HSL | 328.7º | 0.32% | 0.86% | - |
HSV(B) | 328.7º | 0.1% | 0.9% | - |
XYZ | 67.73 | 66.56 | 76.3 | - |
YUV | 215.25 | 130.12 | 138.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 207 | 219 | 0 | 0.10 | 0.05 | 0.10 | 328.7 | 0.32 | 0.86 |
Hex | E6 | CF | DB | 0 | A | 5 | A | 149 | 20 | 56 |
Octal | 346 | 317 | 333 | 0 | 12 | 5 | 12 | 511 | 40 | 126 |
Binary | 11100110 | 11001111 | 11011011 | 0 | 1010 | 101 | 1010 | 101001001 | 100000 | 1010110 |
Color Harmonies of #E6CFDB
Complementary color
Monochromatic Colors of #E6CFDB
Black with #E6CFDB
Text Example
Text Example
White with #E6CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CFDB; }
p { color: rgb(230,207,219); }
H1.HeaderClassName
{
color: #E6CFDB;
}
.AnyTagClassName
{
color: #E6CFDB;
}
</style>
background-color css
<style>
a { background-color: #E6CFDB; }
a { background-color: rgb(230,207,219); }
div.DivClassName
{
background-color: #E6CFDB;
}
.BgClassName
{
background-color: #E6CFDB;
}
</style>
border-color css
<style>
span { border-color: #E6CFDB; }
span { border-color: rgb(230,207,219); }
td.TdClassName
{
border-color: #E6CFDB;
}
.TagClassName
{
border-color: #E6CFDB;
}
</style>