Shades of Pale Rose #E6CBCE
Tints of Pale Rose #E6CBCE
RGB
CMYK
RGB Variations
Color information
#E6CBCE (or 0xE6CBCE) is known color: Pale Rose. HEX triplet: E6, CB and CE. RGB value is (230,203,206). Sum of RGB (Red+Green+Blue) = 230+203+206=639 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.99% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CBCE is #193431. Grayscale: #D3D3D3. Windows color (decimal): -1651762 or 13552614. OLE color: 13552614.
HSL color Cylindrical-coordinate representation of color #E6CBCE: hue angle of 353.33º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6CBCE is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 206 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.10 |
| HSL | 353.33º | 0.35% | 0.85% | - |
| HSV(B) | 353.33º | 0.12% | 0.9% | - |
| XYZ | 65.13 | 63.99 | 67.31 | - |
| YUV | 211.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 206 | 0 | 0.12 | 0.10 | 0.10 | 353.33 | 0.35 | 0.85 |
| Hex | E6 | CB | CE | 0 | C | A | A | 161 | 23 | 55 |
| Octal | 346 | 313 | 316 | 0 | 14 | 12 | 12 | 541 | 43 | 125 |
| Binary | 11100110 | 11001011 | 11001110 | 0 | 1100 | 1010 | 1010 | 101100001 | 100011 | 1010101 |
Color Harmonies of #E6CBCE
Complementary color
Monochromatic Colors of #E6CBCE
Black with #E6CBCE
Text Example
Text Example
White with #E6CBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CBCE; }
p { color: rgb(230,203,206); }
H1.HeaderClassName
{
color: #E6CBCE;
}
.AnyTagClassName
{
color: #E6CBCE;
}
</style>
background-color css
<style>
a { background-color: #E6CBCE; }
a { background-color: rgb(230,203,206); }
div.DivClassName
{
background-color: #E6CBCE;
}
.BgClassName
{
background-color: #E6CBCE;
}
</style>
border-color css
<style>
span { border-color: #E6CBCE; }
span { border-color: rgb(230,203,206); }
td.TdClassName
{
border-color: #E6CBCE;
}
.TagClassName
{
border-color: #E6CBCE;
}
</style>