Shades of Carousel Pink #FFDDE5
Tints of Carousel Pink #FFDDE5
RGB
CMYK
RGB Variations
Color information
#FFDDE5 (or 0xFFDDE5) is known color: Carousel Pink. HEX triplet: FF, DD and E5. RGB value is (255,221,229). Sum of RGB (Red+Green+Blue) = 255+221+229=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 221 (86.72% from 255 or 31.35% from 705); Blue value is 229 (89.84% from 255 or 32.48% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDE5 is #00221A. Grayscale: #E8E8E8. Windows color (decimal): -8731 or 15064575. OLE color: 15064575.
HSL color Cylindrical-coordinate representation of color #FFDDE5: hue angle of 345.88º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDDE5 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 229 | - |
| CMYK | 0 | 0.13 | 0.10 | 0 |
| HSL | 345.88º | 1% | 0.93% | - |
| HSV(B) | 345.88º | 0.13% | 1% | - |
| XYZ | 81.24 | 78.63 | 85.02 | - |
| YUV | 232.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 229 | 0 | 0.13 | 0.10 | 0 | 345.88 | 1 | 0.93 |
| Hex | FF | DD | E5 | 0 | D | A | 0 | 15A | 64 | 5D |
| Octal | 377 | 335 | 345 | 0 | 15 | 12 | 0 | 532 | 144 | 135 |
| Binary | 11111111 | 11011101 | 11100101 | 0 | 1101 | 1010 | 0 | 101011010 | 1100100 | 1011101 |
Color Harmonies of #FFDDE5
Complementary color
Monochromatic Colors of #FFDDE5
Black with #FFDDE5
Text Example
Text Example
White with #FFDDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDE5; }
p { color: rgb(255,221,229); }
H1.HeaderClassName
{
color: #FFDDE5;
}
.AnyTagClassName
{
color: #FFDDE5;
}
</style>
background-color css
<style>
a { background-color: #FFDDE5; }
a { background-color: rgb(255,221,229); }
div.DivClassName
{
background-color: #FFDDE5;
}
.BgClassName
{
background-color: #FFDDE5;
}
</style>
border-color css
<style>
span { border-color: #FFDDE5; }
span { border-color: rgb(255,221,229); }
td.TdClassName
{
border-color: #FFDDE5;
}
.TagClassName
{
border-color: #FFDDE5;
}
</style>