Shades of Carousel Pink #FFDDE3
Tints of Carousel Pink #FFDDE3
RGB
CMYK
RGB Variations
Color information
#FFDDE3 (or 0xFFDDE3) is known color: Carousel Pink. HEX triplet: FF, DD and E3. RGB value is (255,221,227). Sum of RGB (Red+Green+Blue) = 255+221+227=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 221 (86.72% from 255 or 31.44% from 703); Blue value is 227 (89.06% from 255 or 32.29% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDE3 is #00221C. Grayscale: #E7E7E7. Windows color (decimal): -8733 or 14933503. OLE color: 14933503.
HSL color Cylindrical-coordinate representation of color #FFDDE3: hue angle of 349.41º 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 #FFDDE3 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 227 | - |
| CMYK | 0 | 0.13 | 0.11 | 0 |
| HSL | 349.41º | 1% | 0.93% | - |
| HSV(B) | 349.41º | 0.13% | 1% | - |
| XYZ | 80.96 | 78.52 | 83.56 | - |
| YUV | 231.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 227 | 0 | 0.13 | 0.11 | 0 | 349.41 | 1 | 0.93 |
| Hex | FF | DD | E3 | 0 | D | B | 0 | 15D | 64 | 5D |
| Octal | 377 | 335 | 343 | 0 | 15 | 13 | 0 | 535 | 144 | 135 |
| Binary | 11111111 | 11011101 | 11100011 | 0 | 1101 | 1011 | 0 | 101011101 | 1100100 | 1011101 |
Color Harmonies of #FFDDE3
Complementary color
Monochromatic Colors of #FFDDE3
Black with #FFDDE3
Text Example
Text Example
White with #FFDDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDE3; }
p { color: rgb(255,221,227); }
H1.HeaderClassName
{
color: #FFDDE3;
}
.AnyTagClassName
{
color: #FFDDE3;
}
</style>
background-color css
<style>
a { background-color: #FFDDE3; }
a { background-color: rgb(255,221,227); }
div.DivClassName
{
background-color: #FFDDE3;
}
.BgClassName
{
background-color: #FFDDE3;
}
</style>
border-color css
<style>
span { border-color: #FFDDE3; }
span { border-color: rgb(255,221,227); }
td.TdClassName
{
border-color: #FFDDE3;
}
.TagClassName
{
border-color: #FFDDE3;
}
</style>