Shades of Carousel Pink #EFDEE2
Tints of Carousel Pink #EFDEE2
RGB
CMYK
RGB Variations
Color information
#EFDEE2 (or 0xEFDEE2) is known color: Carousel Pink. HEX triplet: EF, DE and E2. RGB value is (239,222,226). Sum of RGB (Red+Green+Blue) = 239+222+226=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 226 (88.67% from 255 or 32.90% from 687); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEE2 is #10211D. Grayscale: #E3E3E3. Windows color (decimal): -1057054 or 14868207. OLE color: 14868207.
HSL color Cylindrical-coordinate representation of color #EFDEE2: hue angle of 345.88º 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 #EFDEE2 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 222 | 226 | - |
CMYK | 0 | 0.07 | 0.05 | 0.06 |
HSL | 345.88º | 0.35% | 0.9% | - |
HSV(B) | 345.88º | 0.07% | 0.94% | - |
XYZ | 75.45 | 76.08 | 82.66 | - |
YUV | 227.54 | 127.13 | 136.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 222 | 226 | 0 | 0.07 | 0.05 | 0.06 | 345.88 | 0.35 | 0.9 |
Hex | EF | DE | E2 | 0 | 7 | 5 | 6 | 15A | 23 | 5A |
Octal | 357 | 336 | 342 | 0 | 7 | 5 | 6 | 532 | 43 | 132 |
Binary | 11101111 | 11011110 | 11100010 | 0 | 111 | 101 | 110 | 101011010 | 100011 | 1011010 |
Color Harmonies of #EFDEE2
Complementary color
Monochromatic Colors of #EFDEE2
Black with #EFDEE2
Text Example
Text Example
White with #EFDEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEE2; }
p { color: rgb(239,222,226); }
H1.HeaderClassName
{
color: #EFDEE2;
}
.AnyTagClassName
{
color: #EFDEE2;
}
</style>
background-color css
<style>
a { background-color: #EFDEE2; }
a { background-color: rgb(239,222,226); }
div.DivClassName
{
background-color: #EFDEE2;
}
.BgClassName
{
background-color: #EFDEE2;
}
</style>
border-color css
<style>
span { border-color: #EFDEE2; }
span { border-color: rgb(239,222,226); }
td.TdClassName
{
border-color: #EFDEE2;
}
.TagClassName
{
border-color: #EFDEE2;
}
</style>