Shades of Pale Rose #EBDCDF
Tints of Pale Rose #EBDCDF
RGB
CMYK
RGB Variations
Color information
#EBDCDF (or 0xEBDCDF) is known color: Pale Rose. HEX triplet: EB, DC and DF. RGB value is (235,220,223). Sum of RGB (Red+Green+Blue) = 235+220+223=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCDF is #142320. Grayscale: #E0E0E0. Windows color (decimal): -1319713 or 14671083. OLE color: 14671083.
HSL color Cylindrical-coordinate representation of color #EBDCDF: hue angle of 348º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBDCDF is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 220 | 223 | - |
CMYK | 0 | 0.06 | 0.05 | 0.08 |
HSL | 348º | 0.27% | 0.89% | - |
HSV(B) | 348º | 0.06% | 0.92% | - |
XYZ | 73.17 | 74.18 | 80.27 | - |
YUV | 224.83 | 126.97 | 135.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 220 | 223 | 0 | 0.06 | 0.05 | 0.08 | 348 | 0.27 | 0.89 |
Hex | EB | DC | DF | 0 | 6 | 5 | 8 | 15C | 1B | 59 |
Octal | 353 | 334 | 337 | 0 | 6 | 5 | 10 | 534 | 33 | 131 |
Binary | 11101011 | 11011100 | 11011111 | 0 | 110 | 101 | 1000 | 101011100 | 11011 | 1011001 |
Color Harmonies of #EBDCDF
Complementary color
Monochromatic Colors of #EBDCDF
Black with #EBDCDF
Text Example
Text Example
White with #EBDCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDCDF; }
p { color: rgb(235,220,223); }
H1.HeaderClassName
{
color: #EBDCDF;
}
.AnyTagClassName
{
color: #EBDCDF;
}
</style>
background-color css
<style>
a { background-color: #EBDCDF; }
a { background-color: rgb(235,220,223); }
div.DivClassName
{
background-color: #EBDCDF;
}
.BgClassName
{
background-color: #EBDCDF;
}
</style>
border-color css
<style>
span { border-color: #EBDCDF; }
span { border-color: rgb(235,220,223); }
td.TdClassName
{
border-color: #EBDCDF;
}
.TagClassName
{
border-color: #EBDCDF;
}
</style>