Shades of Pale Rose #EFCED4
Tints of Pale Rose #EFCED4
RGB
CMYK
RGB Variations
Color information
#EFCED4 (or 0xEFCED4) is known color: Pale Rose. HEX triplet: EF, CE and D4. RGB value is (239,206,212). Sum of RGB (Red+Green+Blue) = 239+206+212=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 212 (83.20% from 255 or 32.27% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCED4 is #10312B. Grayscale: #D8D8D8. Windows color (decimal): -1061164 or 13946607. OLE color: 13946607.
HSL color Cylindrical-coordinate representation of color #EFCED4: hue angle of 349.09º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCED4 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 206 | 212 | - |
CMYK | 0 | 0.14 | 0.11 | 0.06 |
HSL | 349.09º | 0.51% | 0.87% | - |
HSV(B) | 349.09º | 0.14% | 0.94% | - |
XYZ | 69.55 | 67.25 | 71.6 | - |
YUV | 216.55 | 125.43 | 144.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 206 | 212 | 0 | 0.14 | 0.11 | 0.06 | 349.09 | 0.51 | 0.87 |
Hex | EF | CE | D4 | 0 | E | B | 6 | 15D | 33 | 57 |
Octal | 357 | 316 | 324 | 0 | 16 | 13 | 6 | 535 | 63 | 127 |
Binary | 11101111 | 11001110 | 11010100 | 0 | 1110 | 1011 | 110 | 101011101 | 110011 | 1010111 |
Color Harmonies of #EFCED4
Complementary color
Monochromatic Colors of #EFCED4
Black with #EFCED4
Text Example
Text Example
White with #EFCED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCED4; }
p { color: rgb(239,206,212); }
H1.HeaderClassName
{
color: #EFCED4;
}
.AnyTagClassName
{
color: #EFCED4;
}
</style>
background-color css
<style>
a { background-color: #EFCED4; }
a { background-color: rgb(239,206,212); }
div.DivClassName
{
background-color: #EFCED4;
}
.BgClassName
{
background-color: #EFCED4;
}
</style>
border-color css
<style>
span { border-color: #EFCED4; }
span { border-color: rgb(239,206,212); }
td.TdClassName
{
border-color: #EFCED4;
}
.TagClassName
{
border-color: #EFCED4;
}
</style>