Shades of Carousel Pink #EFDEE1
Tints of Carousel Pink #EFDEE1
RGB
CMYK
RGB Variations
Color information
#EFDEE1 (or 0xEFDEE1) is known color: Carousel Pink. HEX triplet: EF, DE and E1. RGB value is (239,222,225). Sum of RGB (Red+Green+Blue) = 239+222+225=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 225 (88.28% from 255 or 32.80% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEE1 is #10211E. Grayscale: #E3E3E3. Windows color (decimal): -1057055 or 14802671. OLE color: 14802671.
HSL color Cylindrical-coordinate representation of color #EFDEE1: hue angle of 349.41º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFDEE1 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 225 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.06 |
| HSL | 349.41º | 0.35% | 0.9% | - |
| HSV(B) | 349.41º | 0.07% | 0.94% | - |
| XYZ | 75.31 | 76.03 | 81.94 | - |
| YUV | 227.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 225 | 0 | 0.07 | 0.06 | 0.06 | 349.41 | 0.35 | 0.9 |
| Hex | EF | DE | E1 | 0 | 7 | 6 | 6 | 15D | 23 | 5A |
| Octal | 357 | 336 | 341 | 0 | 7 | 6 | 6 | 535 | 43 | 132 |
| Binary | 11101111 | 11011110 | 11100001 | 0 | 111 | 110 | 110 | 101011101 | 100011 | 1011010 |
Color Harmonies of #EFDEE1
Complementary color
Monochromatic Colors of #EFDEE1
Black with #EFDEE1
Text Example
Text Example
White with #EFDEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEE1; }
p { color: rgb(239,222,225); }
H1.HeaderClassName
{
color: #EFDEE1;
}
.AnyTagClassName
{
color: #EFDEE1;
}
</style>
background-color css
<style>
a { background-color: #EFDEE1; }
a { background-color: rgb(239,222,225); }
div.DivClassName
{
background-color: #EFDEE1;
}
.BgClassName
{
background-color: #EFDEE1;
}
</style>
border-color css
<style>
span { border-color: #EFDEE1; }
span { border-color: rgb(239,222,225); }
td.TdClassName
{
border-color: #EFDEE1;
}
.TagClassName
{
border-color: #EFDEE1;
}
</style>