Shades of Prim #E6CFDD
Tints of Prim #E6CFDD
RGB
CMYK
RGB Variations
Color information
#E6CFDD (or 0xE6CFDD) is known color: Prim. HEX triplet: E6, CF and DD. RGB value is (230,207,221). Sum of RGB (Red+Green+Blue) = 230+207+221=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CFDD is #193022. Grayscale: #D7D7D7. Windows color (decimal): -1650723 or 14536678. OLE color: 14536678.
HSL color Cylindrical-coordinate representation of color #E6CFDD: hue angle of 323.48º 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 #E6CFDD is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 221 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.10 |
| HSL | 323.48º | 0.32% | 0.86% | - |
| HSV(B) | 323.48º | 0.1% | 0.9% | - |
| XYZ | 68 | 66.67 | 77.69 | - |
| YUV | 215.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 221 | 0 | 0.10 | 0.04 | 0.10 | 323.48 | 0.32 | 0.86 |
| Hex | E6 | CF | DD | 0 | A | 4 | A | 143 | 20 | 56 |
| Octal | 346 | 317 | 335 | 0 | 12 | 4 | 12 | 503 | 40 | 126 |
| Binary | 11100110 | 11001111 | 11011101 | 0 | 1010 | 100 | 1010 | 101000011 | 100000 | 1010110 |
Color Harmonies of #E6CFDD
Complementary color
Monochromatic Colors of #E6CFDD
Black with #E6CFDD
Text Example
Text Example
White with #E6CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CFDD; }
p { color: rgb(230,207,221); }
H1.HeaderClassName
{
color: #E6CFDD;
}
.AnyTagClassName
{
color: #E6CFDD;
}
</style>
background-color css
<style>
a { background-color: #E6CFDD; }
a { background-color: rgb(230,207,221); }
div.DivClassName
{
background-color: #E6CFDD;
}
.BgClassName
{
background-color: #E6CFDD;
}
</style>
border-color css
<style>
span { border-color: #E6CFDD; }
span { border-color: rgb(230,207,221); }
td.TdClassName
{
border-color: #E6CFDD;
}
.TagClassName
{
border-color: #E6CFDD;
}
</style>