Shades of Pale Rose #EFDCE0
Tints of Pale Rose #EFDCE0
RGB
CMYK
RGB Variations
Color information
#EFDCE0 (or 0xEFDCE0) is known color: Pale Rose. HEX triplet: EF, DC and E0. RGB value is (239,220,224). Sum of RGB (Red+Green+Blue) = 239+220+224=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 224 (87.89% from 255 or 32.80% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCE0 is #10231F. Grayscale: #E2E2E2. Windows color (decimal): -1057568 or 14736623. OLE color: 14736623.
HSL color Cylindrical-coordinate representation of color #EFDCE0: hue angle of 347.37º 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 #EFDCE0 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 220 | 224 | - |
CMYK | 0 | 0.08 | 0.06 | 0.06 |
HSL | 347.37º | 0.37% | 0.9% | - |
HSV(B) | 347.37º | 0.08% | 0.94% | - |
XYZ | 74.64 | 74.92 | 81.05 | - |
YUV | 226.14 | 126.79 | 137.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 220 | 224 | 0 | 0.08 | 0.06 | 0.06 | 347.37 | 0.37 | 0.9 |
Hex | EF | DC | E0 | 0 | 8 | 6 | 6 | 15B | 25 | 5A |
Octal | 357 | 334 | 340 | 0 | 10 | 6 | 6 | 533 | 45 | 132 |
Binary | 11101111 | 11011100 | 11100000 | 0 | 1000 | 110 | 110 | 101011011 | 100101 | 1011010 |
Color Harmonies of #EFDCE0
Complementary color
Monochromatic Colors of #EFDCE0
Black with #EFDCE0
Text Example
Text Example
White with #EFDCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCE0; }
p { color: rgb(239,220,224); }
H1.HeaderClassName
{
color: #EFDCE0;
}
.AnyTagClassName
{
color: #EFDCE0;
}
</style>
background-color css
<style>
a { background-color: #EFDCE0; }
a { background-color: rgb(239,220,224); }
div.DivClassName
{
background-color: #EFDCE0;
}
.BgClassName
{
background-color: #EFDCE0;
}
</style>
border-color css
<style>
span { border-color: #EFDCE0; }
span { border-color: rgb(239,220,224); }
td.TdClassName
{
border-color: #EFDCE0;
}
.TagClassName
{
border-color: #EFDCE0;
}
</style>