Shades of Prim #E6C4D0
Tints of Prim #E6C4D0
RGB
CMYK
RGB Variations
Color information
#E6C4D0 (or 0xE6C4D0) is known color: Prim. HEX triplet: E6, C4 and D0. RGB value is (230,196,208). Sum of RGB (Red+Green+Blue) = 230+196+208=634 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.28% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C4D0 is #193B2F. Grayscale: #CFCFCF. Windows color (decimal): -1653552 or 13681894. OLE color: 13681894.
HSL color Cylindrical-coordinate representation of color #E6C4D0: hue angle of 338.82º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6C4D0 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 196 | 208 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.10 |
| HSL | 338.82º | 0.4% | 0.84% | - |
| HSV(B) | 338.82º | 0.15% | 0.9% | - |
| XYZ | 63.76 | 60.86 | 68.06 | - |
| YUV | 207.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 196 | 208 | 0 | 0.15 | 0.10 | 0.10 | 338.82 | 0.4 | 0.84 |
| Hex | E6 | C4 | D0 | 0 | F | A | A | 153 | 28 | 54 |
| Octal | 346 | 304 | 320 | 0 | 17 | 12 | 12 | 523 | 50 | 124 |
| Binary | 11100110 | 11000100 | 11010000 | 0 | 1111 | 1010 | 1010 | 101010011 | 101000 | 1010100 |
Color Harmonies of #E6C4D0
Complementary color
Monochromatic Colors of #E6C4D0
Black with #E6C4D0
Text Example
Text Example
White with #E6C4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C4D0; }
p { color: rgb(230,196,208); }
H1.HeaderClassName
{
color: #E6C4D0;
}
.AnyTagClassName
{
color: #E6C4D0;
}
</style>
background-color css
<style>
a { background-color: #E6C4D0; }
a { background-color: rgb(230,196,208); }
div.DivClassName
{
background-color: #E6C4D0;
}
.BgClassName
{
background-color: #E6C4D0;
}
</style>
border-color css
<style>
span { border-color: #E6C4D0; }
span { border-color: rgb(230,196,208); }
td.TdClassName
{
border-color: #E6C4D0;
}
.TagClassName
{
border-color: #E6C4D0;
}
</style>