Shades of Cherub #FFD3DC
Tints of Cherub #FFD3DC
RGB
CMYK
RGB Variations
Color information
#FFD3DC (or 0xFFD3DC) is known color: Cherub. HEX triplet: FF, D3 and DC. RGB value is (255,211,220). Sum of RGB (Red+Green+Blue) = 255+211+220=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 211 (82.81% from 255 or 30.76% from 686); Blue value is 220 (86.33% from 255 or 32.07% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD3DC is #002C23. Grayscale: #E1E1E1. Windows color (decimal): -11300 or 14472191. OLE color: 14472191.
HSL color Cylindrical-coordinate representation of color #FFD3DC: hue angle of 347.73º 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 #FFD3DC is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 220 | - |
| CMYK | 0 | 0.17 | 0.14 | 0 |
| HSL | 347.73º | 1% | 0.91% | - |
| HSV(B) | 347.73º | 0.17% | 1% | - |
| XYZ | 77.45 | 73.02 | 77.72 | - |
| YUV | 225.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 220 | 0 | 0.17 | 0.14 | 0 | 347.73 | 1 | 0.91 |
| Hex | FF | D3 | DC | 0 | 11 | E | 0 | 15C | 64 | 5B |
| Octal | 377 | 323 | 334 | 0 | 21 | 16 | 0 | 534 | 144 | 133 |
| Binary | 11111111 | 11010011 | 11011100 | 0 | 10001 | 1110 | 0 | 101011100 | 1100100 | 1011011 |
Color Harmonies of #FFD3DC
Complementary color
Monochromatic Colors of #FFD3DC
Black with #FFD3DC
Text Example
Text Example
White with #FFD3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD3DC; }
p { color: rgb(255,211,220); }
H1.HeaderClassName
{
color: #FFD3DC;
}
.AnyTagClassName
{
color: #FFD3DC;
}
</style>
background-color css
<style>
a { background-color: #FFD3DC; }
a { background-color: rgb(255,211,220); }
div.DivClassName
{
background-color: #FFD3DC;
}
.BgClassName
{
background-color: #FFD3DC;
}
</style>
border-color css
<style>
span { border-color: #FFD3DC; }
span { border-color: rgb(255,211,220); }
td.TdClassName
{
border-color: #FFD3DC;
}
.TagClassName
{
border-color: #FFD3DC;
}
</style>