Shades of Pale Rose #E6CCD1
Tints of Pale Rose #E6CCD1
RGB
CMYK
RGB Variations
Color information
#E6CCD1 (or 0xE6CCD1) is known color: Pale Rose. HEX triplet: E6, CC and D1. RGB value is (230,204,209). Sum of RGB (Red+Green+Blue) = 230+204+209=643 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.77% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 209 (82.03% from 255 or 32.50% from 643); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCD1 is #19332E. Grayscale: #D4D4D4. Windows color (decimal): -1651503 or 13749478. OLE color: 13749478.
HSL color Cylindrical-coordinate representation of color #E6CCD1: hue angle of 348.46º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6CCD1 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 209 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.10 |
| HSL | 348.46º | 0.34% | 0.85% | - |
| HSV(B) | 348.46º | 0.11% | 0.9% | - |
| XYZ | 65.73 | 64.61 | 69.33 | - |
| YUV | 212.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 209 | 0 | 0.11 | 0.09 | 0.10 | 348.46 | 0.34 | 0.85 |
| Hex | E6 | CC | D1 | 0 | B | 9 | A | 15C | 22 | 55 |
| Octal | 346 | 314 | 321 | 0 | 13 | 11 | 12 | 534 | 42 | 125 |
| Binary | 11100110 | 11001100 | 11010001 | 0 | 1011 | 1001 | 1010 | 101011100 | 100010 | 1010101 |
Color Harmonies of #E6CCD1
Complementary color
Monochromatic Colors of #E6CCD1
Black with #E6CCD1
Text Example
Text Example
White with #E6CCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCD1; }
p { color: rgb(230,204,209); }
H1.HeaderClassName
{
color: #E6CCD1;
}
.AnyTagClassName
{
color: #E6CCD1;
}
</style>
background-color css
<style>
a { background-color: #E6CCD1; }
a { background-color: rgb(230,204,209); }
div.DivClassName
{
background-color: #E6CCD1;
}
.BgClassName
{
background-color: #E6CCD1;
}
</style>
border-color css
<style>
span { border-color: #E6CCD1; }
span { border-color: rgb(230,204,209); }
td.TdClassName
{
border-color: #E6CCD1;
}
.TagClassName
{
border-color: #E6CCD1;
}
</style>