Shades of Pale Rose #EBDBDD
Tints of Pale Rose #EBDBDD
RGB
CMYK
RGB Variations
Color information
#EBDBDD (or 0xEBDBDD) is known color: Pale Rose. HEX triplet: EB, DB and DD. RGB value is (235,219,221). Sum of RGB (Red+Green+Blue) = 235+219+221=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBDD is #142422. Grayscale: #E0E0E0. Windows color (decimal): -1319971 or 14539755. OLE color: 14539755.
HSL color Cylindrical-coordinate representation of color #EBDBDD: hue angle of 352.5º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBDBDD is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 219 | 221 | - |
CMYK | 0 | 0.07 | 0.06 | 0.08 |
HSL | 352.5º | 0.29% | 0.89% | - |
HSV(B) | 352.5º | 0.07% | 0.92% | - |
XYZ | 72.64 | 73.55 | 78.77 | - |
YUV | 224.01 | 126.3 | 135.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 219 | 221 | 0 | 0.07 | 0.06 | 0.08 | 352.5 | 0.29 | 0.89 |
Hex | EB | DB | DD | 0 | 7 | 6 | 8 | 160 | 1D | 59 |
Octal | 353 | 333 | 335 | 0 | 7 | 6 | 10 | 540 | 35 | 131 |
Binary | 11101011 | 11011011 | 11011101 | 0 | 111 | 110 | 1000 | 101100000 | 11101 | 1011001 |
Color Harmonies of #EBDBDD
Complementary color
Monochromatic Colors of #EBDBDD
Black with #EBDBDD
Text Example
Text Example
White with #EBDBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDBDD; }
p { color: rgb(235,219,221); }
H1.HeaderClassName
{
color: #EBDBDD;
}
.AnyTagClassName
{
color: #EBDBDD;
}
</style>
background-color css
<style>
a { background-color: #EBDBDD; }
a { background-color: rgb(235,219,221); }
div.DivClassName
{
background-color: #EBDBDD;
}
.BgClassName
{
background-color: #EBDBDD;
}
</style>
border-color css
<style>
span { border-color: #EBDBDD; }
span { border-color: rgb(235,219,221); }
td.TdClassName
{
border-color: #EBDBDD;
}
.TagClassName
{
border-color: #EBDBDD;
}
</style>