Shades of Pale Rose #E4CBCC
Tints of Pale Rose #E4CBCC
RGB
CMYK
RGB Variations
Color information
#E4CBCC (or 0xE4CBCC) is known color: Pale Rose. HEX triplet: E4, CB and CC. RGB value is (228,203,204). Sum of RGB (Red+Green+Blue) = 228+203+204=635 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.91% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CBCC is #1B3433. Grayscale: #D2D2D2. Windows color (decimal): -1782836 or 13421540. OLE color: 13421540.
HSL color Cylindrical-coordinate representation of color #E4CBCC: hue angle of 357.6º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4CBCC is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 203 | 204 | - |
CMYK | 0 | 0.11 | 0.11 | 0.11 |
HSL | 357.6º | 0.32% | 0.85% | - |
HSV(B) | 357.6º | 0.11% | 0.89% | - |
XYZ | 64.25 | 63.57 | 66.01 | - |
YUV | 210.59 | 124.28 | 140.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 203 | 204 | 0 | 0.11 | 0.11 | 0.11 | 357.6 | 0.32 | 0.85 |
Hex | E4 | CB | CC | 0 | B | B | B | 166 | 20 | 55 |
Octal | 344 | 313 | 314 | 0 | 13 | 13 | 13 | 546 | 40 | 125 |
Binary | 11100100 | 11001011 | 11001100 | 0 | 1011 | 1011 | 1011 | 101100110 | 100000 | 1010101 |
Color Harmonies of #E4CBCC
Complementary color
Monochromatic Colors of #E4CBCC
Black with #E4CBCC
Text Example
Text Example
White with #E4CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CBCC; }
p { color: rgb(228,203,204); }
H1.HeaderClassName
{
color: #E4CBCC;
}
.AnyTagClassName
{
color: #E4CBCC;
}
</style>
background-color css
<style>
a { background-color: #E4CBCC; }
a { background-color: rgb(228,203,204); }
div.DivClassName
{
background-color: #E4CBCC;
}
.BgClassName
{
background-color: #E4CBCC;
}
</style>
border-color css
<style>
span { border-color: #E4CBCC; }
span { border-color: rgb(228,203,204); }
td.TdClassName
{
border-color: #E4CBCC;
}
.TagClassName
{
border-color: #E4CBCC;
}
</style>