Shades of Pale Rose #E6CECF
Tints of Pale Rose #E6CECF
RGB
CMYK
RGB Variations
Color information
#E6CECF (or 0xE6CECF) is known color: Pale Rose. HEX triplet: E6, CE and CF. RGB value is (230,206,207). Sum of RGB (Red+Green+Blue) = 230+206+207=643 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.77% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CECF is #193130. Grayscale: #D5D5D5. Windows color (decimal): -1650993 or 13618918. OLE color: 13618918.
HSL color Cylindrical-coordinate representation of color #E6CECF: hue angle of 357.5º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6CECF is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 206 | 207 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.10 |
| HSL | 357.5º | 0.32% | 0.85% | - |
| HSV(B) | 357.5º | 0.1% | 0.9% | - |
| XYZ | 65.97 | 65.47 | 68.19 | - |
| YUV | 213.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 207 | 0 | 0.10 | 0.10 | 0.10 | 357.5 | 0.32 | 0.85 |
| Hex | E6 | CE | CF | 0 | A | A | A | 166 | 20 | 55 |
| Octal | 346 | 316 | 317 | 0 | 12 | 12 | 12 | 546 | 40 | 125 |
| Binary | 11100110 | 11001110 | 11001111 | 0 | 1010 | 1010 | 1010 | 101100110 | 100000 | 1010101 |
Color Harmonies of #E6CECF
Complementary color
Monochromatic Colors of #E6CECF
Black with #E6CECF
Text Example
Text Example
White with #E6CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CECF; }
p { color: rgb(230,206,207); }
H1.HeaderClassName
{
color: #E6CECF;
}
.AnyTagClassName
{
color: #E6CECF;
}
</style>
background-color css
<style>
a { background-color: #E6CECF; }
a { background-color: rgb(230,206,207); }
div.DivClassName
{
background-color: #E6CECF;
}
.BgClassName
{
background-color: #E6CECF;
}
</style>
border-color css
<style>
span { border-color: #E6CECF; }
span { border-color: rgb(230,206,207); }
td.TdClassName
{
border-color: #E6CECF;
}
.TagClassName
{
border-color: #E6CECF;
}
</style>