Shades of Pale Rose #EFDCDF
Tints of Pale Rose #EFDCDF
RGB
CMYK
RGB Variations
Color information
#EFDCDF (or 0xEFDCDF) is known color: Pale Rose. HEX triplet: EF, DC and DF. RGB value is (239,220,223). Sum of RGB (Red+Green+Blue) = 239+220+223=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 223 (87.5% from 255 or 32.70% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCDF is #102320. Grayscale: #E2E2E2. Windows color (decimal): -1057569 or 14671087. OLE color: 14671087.
HSL color Cylindrical-coordinate representation of color #EFDCDF: hue angle of 350.53º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFDCDF is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 220 | 223 | - |
CMYK | 0 | 0.08 | 0.07 | 0.06 |
HSL | 350.53º | 0.37% | 0.9% | - |
HSV(B) | 350.53º | 0.08% | 0.94% | - |
XYZ | 74.51 | 74.86 | 80.34 | - |
YUV | 226.02 | 126.29 | 137.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 220 | 223 | 0 | 0.08 | 0.07 | 0.06 | 350.53 | 0.37 | 0.9 |
Hex | EF | DC | DF | 0 | 8 | 7 | 6 | 15F | 25 | 5A |
Octal | 357 | 334 | 337 | 0 | 10 | 7 | 6 | 537 | 45 | 132 |
Binary | 11101111 | 11011100 | 11011111 | 0 | 1000 | 111 | 110 | 101011111 | 100101 | 1011010 |
Color Harmonies of #EFDCDF
Complementary color
Monochromatic Colors of #EFDCDF
Black with #EFDCDF
Text Example
Text Example
White with #EFDCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCDF; }
p { color: rgb(239,220,223); }
H1.HeaderClassName
{
color: #EFDCDF;
}
.AnyTagClassName
{
color: #EFDCDF;
}
</style>
background-color css
<style>
a { background-color: #EFDCDF; }
a { background-color: rgb(239,220,223); }
div.DivClassName
{
background-color: #EFDCDF;
}
.BgClassName
{
background-color: #EFDCDF;
}
</style>
border-color css
<style>
span { border-color: #EFDCDF; }
span { border-color: rgb(239,220,223); }
td.TdClassName
{
border-color: #EFDCDF;
}
.TagClassName
{
border-color: #EFDCDF;
}
</style>