Shades of Pale Rose #E6C9CC
Tints of Pale Rose #E6C9CC
RGB
CMYK
RGB Variations
Color information
#E6C9CC (or 0xE6C9CC) is known color: Pale Rose. HEX triplet: E6, C9 and CC. RGB value is (230,201,204). Sum of RGB (Red+Green+Blue) = 230+201+204=635 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.22% from 635); Green value is 201 (78.91% from 255 or 31.65% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C9CC is #193633. Grayscale: #D2D2D2. Windows color (decimal): -1652276 or 13421030. OLE color: 13421030.
HSL color Cylindrical-coordinate representation of color #E6C9CC: hue angle of 353.79º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6C9CC is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 201 | 204 | - |
CMYK | 0 | 0.13 | 0.11 | 0.10 |
HSL | 353.79º | 0.37% | 0.85% | - |
HSV(B) | 353.79º | 0.13% | 0.9% | - |
XYZ | 64.42 | 62.96 | 65.88 | - |
YUV | 210.01 | 124.61 | 142.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 201 | 204 | 0 | 0.13 | 0.11 | 0.10 | 353.79 | 0.37 | 0.85 |
Hex | E6 | C9 | CC | 0 | D | B | A | 162 | 25 | 55 |
Octal | 346 | 311 | 314 | 0 | 15 | 13 | 12 | 542 | 45 | 125 |
Binary | 11100110 | 11001001 | 11001100 | 0 | 1101 | 1011 | 1010 | 101100010 | 100101 | 1010101 |
Color Harmonies of #E6C9CC
Complementary color
Monochromatic Colors of #E6C9CC
Black with #E6C9CC
Text Example
Text Example
White with #E6C9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C9CC; }
p { color: rgb(230,201,204); }
H1.HeaderClassName
{
color: #E6C9CC;
}
.AnyTagClassName
{
color: #E6C9CC;
}
</style>
background-color css
<style>
a { background-color: #E6C9CC; }
a { background-color: rgb(230,201,204); }
div.DivClassName
{
background-color: #E6C9CC;
}
.BgClassName
{
background-color: #E6C9CC;
}
</style>
border-color css
<style>
span { border-color: #E6C9CC; }
span { border-color: rgb(230,201,204); }
td.TdClassName
{
border-color: #E6C9CC;
}
.TagClassName
{
border-color: #E6C9CC;
}
</style>