Shades of Pale Rose #E6CBCF
Tints of Pale Rose #E6CBCF
RGB
CMYK
RGB Variations
Color information
#E6CBCF (or 0xE6CBCF) is known color: Pale Rose. HEX triplet: E6, CB and CF. RGB value is (230,203,207). Sum of RGB (Red+Green+Blue) = 230+203+207=640 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.94% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CBCF is #193430. Grayscale: #D3D3D3. Windows color (decimal): -1651761 or 13618150. OLE color: 13618150.
HSL color Cylindrical-coordinate representation of color #E6CBCF: hue angle of 351.11º 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 #E6CBCF is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 207 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.10 |
| HSL | 351.11º | 0.35% | 0.85% | - |
| HSV(B) | 351.11º | 0.12% | 0.9% | - |
| XYZ | 65.25 | 64.04 | 67.95 | - |
| YUV | 211.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 207 | 0 | 0.12 | 0.10 | 0.10 | 351.11 | 0.35 | 0.85 |
| Hex | E6 | CB | CF | 0 | C | A | A | 15F | 23 | 55 |
| Octal | 346 | 313 | 317 | 0 | 14 | 12 | 12 | 537 | 43 | 125 |
| Binary | 11100110 | 11001011 | 11001111 | 0 | 1100 | 1010 | 1010 | 101011111 | 100011 | 1010101 |
Color Harmonies of #E6CBCF
Complementary color
Monochromatic Colors of #E6CBCF
Black with #E6CBCF
Text Example
Text Example
White with #E6CBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CBCF; }
p { color: rgb(230,203,207); }
H1.HeaderClassName
{
color: #E6CBCF;
}
.AnyTagClassName
{
color: #E6CBCF;
}
</style>
background-color css
<style>
a { background-color: #E6CBCF; }
a { background-color: rgb(230,203,207); }
div.DivClassName
{
background-color: #E6CBCF;
}
.BgClassName
{
background-color: #E6CBCF;
}
</style>
border-color css
<style>
span { border-color: #E6CBCF; }
span { border-color: rgb(230,203,207); }
td.TdClassName
{
border-color: #E6CBCF;
}
.TagClassName
{
border-color: #E6CBCF;
}
</style>