Shades of Prim #E6CFDA
Tints of Prim #E6CFDA
RGB
CMYK
RGB Variations
Color information
#E6CFDA (or 0xE6CFDA) is known color: Prim. HEX triplet: E6, CF and DA. RGB value is (230,207,218). Sum of RGB (Red+Green+Blue) = 230+207+218=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CFDA is #193025. Grayscale: #D7D7D7. Windows color (decimal): -1650726 or 14340070. OLE color: 14340070.
HSL color Cylindrical-coordinate representation of color #E6CFDA: hue angle of 331.3º 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 #E6CFDA is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 218 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.10 |
| HSL | 331.3º | 0.32% | 0.86% | - |
| HSV(B) | 331.3º | 0.1% | 0.9% | - |
| XYZ | 67.6 | 66.51 | 75.6 | - |
| YUV | 215.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 218 | 0 | 0.10 | 0.05 | 0.10 | 331.3 | 0.32 | 0.86 |
| Hex | E6 | CF | DA | 0 | A | 5 | A | 14B | 20 | 56 |
| Octal | 346 | 317 | 332 | 0 | 12 | 5 | 12 | 513 | 40 | 126 |
| Binary | 11100110 | 11001111 | 11011010 | 0 | 1010 | 101 | 1010 | 101001011 | 100000 | 1010110 |
Color Harmonies of #E6CFDA
Complementary color
Monochromatic Colors of #E6CFDA
Black with #E6CFDA
Text Example
Text Example
White with #E6CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CFDA; }
p { color: rgb(230,207,218); }
H1.HeaderClassName
{
color: #E6CFDA;
}
.AnyTagClassName
{
color: #E6CFDA;
}
</style>
background-color css
<style>
a { background-color: #E6CFDA; }
a { background-color: rgb(230,207,218); }
div.DivClassName
{
background-color: #E6CFDA;
}
.BgClassName
{
background-color: #E6CFDA;
}
</style>
border-color css
<style>
span { border-color: #E6CFDA; }
span { border-color: rgb(230,207,218); }
td.TdClassName
{
border-color: #E6CFDA;
}
.TagClassName
{
border-color: #E6CFDA;
}
</style>