Shades of Carousel Pink #EFDDE2
Tints of Carousel Pink #EFDDE2
RGB
CMYK
RGB Variations
Color information
#EFDDE2 (or 0xEFDDE2) is known color: Carousel Pink. HEX triplet: EF, DD and E2. RGB value is (239,221,226). Sum of RGB (Red+Green+Blue) = 239+221+226=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 226 (88.67% from 255 or 32.94% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDE2 is #10221D. Grayscale: #E2E2E2. Windows color (decimal): -1057310 or 14867951. OLE color: 14867951.
HSL color Cylindrical-coordinate representation of color #EFDDE2: hue angle of 343.33º degrees, saturation: 0.36, 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 #EFDDE2 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 226 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.06 |
| HSL | 343.33º | 0.36% | 0.9% | - |
| HSV(B) | 343.33º | 0.08% | 0.94% | - |
| XYZ | 75.18 | 75.55 | 82.57 | - |
| YUV | 226.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 226 | 0 | 0.08 | 0.05 | 0.06 | 343.33 | 0.36 | 0.9 |
| Hex | EF | DD | E2 | 0 | 8 | 5 | 6 | 157 | 24 | 5A |
| Octal | 357 | 335 | 342 | 0 | 10 | 5 | 6 | 527 | 44 | 132 |
| Binary | 11101111 | 11011101 | 11100010 | 0 | 1000 | 101 | 110 | 101010111 | 100100 | 1011010 |
Color Harmonies of #EFDDE2
Complementary color
Monochromatic Colors of #EFDDE2
Black with #EFDDE2
Text Example
Text Example
White with #EFDDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDE2; }
p { color: rgb(239,221,226); }
H1.HeaderClassName
{
color: #EFDDE2;
}
.AnyTagClassName
{
color: #EFDDE2;
}
</style>
background-color css
<style>
a { background-color: #EFDDE2; }
a { background-color: rgb(239,221,226); }
div.DivClassName
{
background-color: #EFDDE2;
}
.BgClassName
{
background-color: #EFDDE2;
}
</style>
border-color css
<style>
span { border-color: #EFDDE2; }
span { border-color: rgb(239,221,226); }
td.TdClassName
{
border-color: #EFDDE2;
}
.TagClassName
{
border-color: #EFDDE2;
}
</style>