Shades of Pale Rose #E6CBCC
Tints of Pale Rose #E6CBCC
RGB
CMYK
RGB Variations
Color information
#E6CBCC (or 0xE6CBCC) is known color: Pale Rose. HEX triplet: E6, CB and CC. RGB value is (230,203,204). Sum of RGB (Red+Green+Blue) = 230+203+204=637 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.11% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CBCC is #193433. Grayscale: #D3D3D3. Windows color (decimal): -1651764 or 13421542. OLE color: 13421542.
HSL color Cylindrical-coordinate representation of color #E6CBCC: hue angle of 357.78º 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 #E6CBCC is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 204 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.10 |
| HSL | 357.78º | 0.35% | 0.85% | - |
| HSV(B) | 357.78º | 0.12% | 0.9% | - |
| XYZ | 64.89 | 63.89 | 66.04 | - |
| YUV | 211.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 204 | 0 | 0.12 | 0.11 | 0.10 | 357.78 | 0.35 | 0.85 |
| Hex | E6 | CB | CC | 0 | C | B | A | 166 | 23 | 55 |
| Octal | 346 | 313 | 314 | 0 | 14 | 13 | 12 | 546 | 43 | 125 |
| Binary | 11100110 | 11001011 | 11001100 | 0 | 1100 | 1011 | 1010 | 101100110 | 100011 | 1010101 |
Color Harmonies of #E6CBCC
Complementary color
Monochromatic Colors of #E6CBCC
Black with #E6CBCC
Text Example
Text Example
White with #E6CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CBCC; }
p { color: rgb(230,203,204); }
H1.HeaderClassName
{
color: #E6CBCC;
}
.AnyTagClassName
{
color: #E6CBCC;
}
</style>
background-color css
<style>
a { background-color: #E6CBCC; }
a { background-color: rgb(230,203,204); }
div.DivClassName
{
background-color: #E6CBCC;
}
.BgClassName
{
background-color: #E6CBCC;
}
</style>
border-color css
<style>
span { border-color: #E6CBCC; }
span { border-color: rgb(230,203,204); }
td.TdClassName
{
border-color: #E6CBCC;
}
.TagClassName
{
border-color: #E6CBCC;
}
</style>