Shades of Pale Rose #EBD3DA
Tints of Pale Rose #EBD3DA
RGB
CMYK
RGB Variations
Color information
#EBD3DA (or 0xEBD3DA) is known color: Pale Rose. HEX triplet: EB, D3 and DA. RGB value is (235,211,218). Sum of RGB (Red+Green+Blue) = 235+211+218=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 211 (82.81% from 255 or 31.78% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD3DA is #142C25. Grayscale: #DADADA. Windows color (decimal): -1322022 or 14341099. OLE color: 14341099.
HSL color Cylindrical-coordinate representation of color #EBD3DA: hue angle of 342.5º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBD3DA is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 211 | 218 | - |
CMYK | 0 | 0.10 | 0.07 | 0.08 |
HSL | 342.5º | 0.38% | 0.87% | - |
HSV(B) | 342.5º | 0.1% | 0.92% | - |
XYZ | 70.21 | 69.31 | 76.01 | - |
YUV | 218.97 | 127.45 | 139.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 211 | 218 | 0 | 0.10 | 0.07 | 0.08 | 342.5 | 0.38 | 0.87 |
Hex | EB | D3 | DA | 0 | A | 7 | 8 | 156 | 26 | 57 |
Octal | 353 | 323 | 332 | 0 | 12 | 7 | 10 | 526 | 46 | 127 |
Binary | 11101011 | 11010011 | 11011010 | 0 | 1010 | 111 | 1000 | 101010110 | 100110 | 1010111 |
Color Harmonies of #EBD3DA
Complementary color
Monochromatic Colors of #EBD3DA
Black with #EBD3DA
Text Example
Text Example
White with #EBD3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD3DA; }
p { color: rgb(235,211,218); }
H1.HeaderClassName
{
color: #EBD3DA;
}
.AnyTagClassName
{
color: #EBD3DA;
}
</style>
background-color css
<style>
a { background-color: #EBD3DA; }
a { background-color: rgb(235,211,218); }
div.DivClassName
{
background-color: #EBD3DA;
}
.BgClassName
{
background-color: #EBD3DA;
}
</style>
border-color css
<style>
span { border-color: #EBD3DA; }
span { border-color: rgb(235,211,218); }
td.TdClassName
{
border-color: #EBD3DA;
}
.TagClassName
{
border-color: #EBD3DA;
}
</style>