Shades of Pale Rose #EBCED0
Tints of Pale Rose #EBCED0
RGB
CMYK
RGB Variations
Color information
#EBCED0 (or 0xEBCED0) is known color: Pale Rose. HEX triplet: EB, CE and D0. RGB value is (235,206,208). Sum of RGB (Red+Green+Blue) = 235+206+208=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCED0 is #14312F. Grayscale: #D6D6D6. Windows color (decimal): -1323312 or 13684459. OLE color: 13684459.
HSL color Cylindrical-coordinate representation of color #EBCED0: hue angle of 355.86º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBCED0 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 206 | 208 | - |
CMYK | 0 | 0.12 | 0.11 | 0.08 |
HSL | 355.86º | 0.42% | 0.86% | - |
HSV(B) | 355.86º | 0.12% | 0.92% | - |
XYZ | 67.72 | 66.36 | 68.91 | - |
YUV | 214.9 | 124.11 | 142.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 206 | 208 | 0 | 0.12 | 0.11 | 0.08 | 355.86 | 0.42 | 0.86 |
Hex | EB | CE | D0 | 0 | C | B | 8 | 164 | 2A | 56 |
Octal | 353 | 316 | 320 | 0 | 14 | 13 | 10 | 544 | 52 | 126 |
Binary | 11101011 | 11001110 | 11010000 | 0 | 1100 | 1011 | 1000 | 101100100 | 101010 | 1010110 |
Color Harmonies of #EBCED0
Complementary color
Monochromatic Colors of #EBCED0
Black with #EBCED0
Text Example
Text Example
White with #EBCED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCED0; }
p { color: rgb(235,206,208); }
H1.HeaderClassName
{
color: #EBCED0;
}
.AnyTagClassName
{
color: #EBCED0;
}
</style>
background-color css
<style>
a { background-color: #EBCED0; }
a { background-color: rgb(235,206,208); }
div.DivClassName
{
background-color: #EBCED0;
}
.BgClassName
{
background-color: #EBCED0;
}
</style>
border-color css
<style>
span { border-color: #EBCED0; }
span { border-color: rgb(235,206,208); }
td.TdClassName
{
border-color: #EBCED0;
}
.TagClassName
{
border-color: #EBCED0;
}
</style>