Shades of Cherub #FFD3DD
Tints of Cherub #FFD3DD
RGB
CMYK
RGB Variations
Color information
#FFD3DD (or 0xFFD3DD) is known color: Cherub. HEX triplet: FF, D3 and DD. RGB value is (255,211,221). Sum of RGB (Red+Green+Blue) = 255+211+221=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 211 (82.81% from 255 or 30.71% from 687); Blue value is 221 (86.72% from 255 or 32.17% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD3DD is #002C22. Grayscale: #E1E1E1. Windows color (decimal): -11299 or 14537727. OLE color: 14537727.
HSL color Cylindrical-coordinate representation of color #FFD3DD: hue angle of 346.36º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFD3DD is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 221 | - |
| CMYK | 0 | 0.17 | 0.13 | 0 |
| HSL | 346.36º | 1% | 0.91% | - |
| HSV(B) | 346.36º | 0.17% | 1% | - |
| XYZ | 77.59 | 73.07 | 78.42 | - |
| YUV | 225.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 221 | 0 | 0.17 | 0.13 | 0 | 346.36 | 1 | 0.91 |
| Hex | FF | D3 | DD | 0 | 11 | D | 0 | 15A | 64 | 5B |
| Octal | 377 | 323 | 335 | 0 | 21 | 15 | 0 | 532 | 144 | 133 |
| Binary | 11111111 | 11010011 | 11011101 | 0 | 10001 | 1101 | 0 | 101011010 | 1100100 | 1011011 |
Color Harmonies of #FFD3DD
Complementary color
Monochromatic Colors of #FFD3DD
Black with #FFD3DD
Text Example
Text Example
White with #FFD3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD3DD; }
p { color: rgb(255,211,221); }
H1.HeaderClassName
{
color: #FFD3DD;
}
.AnyTagClassName
{
color: #FFD3DD;
}
</style>
background-color css
<style>
a { background-color: #FFD3DD; }
a { background-color: rgb(255,211,221); }
div.DivClassName
{
background-color: #FFD3DD;
}
.BgClassName
{
background-color: #FFD3DD;
}
</style>
border-color css
<style>
span { border-color: #FFD3DD; }
span { border-color: rgb(255,211,221); }
td.TdClassName
{
border-color: #FFD3DD;
}
.TagClassName
{
border-color: #FFD3DD;
}
</style>