Shades of Cosmos #FFD9D8
Tints of Cosmos #FFD9D8
RGB
CMYK
RGB Variations
Color information
#FFD9D8 (or 0xFFD9D8) is known color: Cosmos. HEX triplet: FF, D9 and D8. RGB value is (255,217,216). Sum of RGB (Red+Green+Blue) = 255+217+216=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 217 (85.16% from 255 or 31.54% from 688); Blue value is 216 (84.77% from 255 or 31.40% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9D8 is #002627. Grayscale: #E4E4E4. Windows color (decimal): -9768 or 14211583. OLE color: 14211583.
HSL color Cylindrical-coordinate representation of color #FFD9D8: hue angle of 1.54º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFD9D8 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 216 | - |
| CMYK | 0 | 0.15 | 0.15 | 0 |
| HSL | 1.54º | 1% | 0.92% | - |
| HSV(B) | 1.54º | 0.15% | 1% | - |
| XYZ | 78.45 | 75.84 | 75.47 | - |
| YUV | 228.25 | 121.09 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 216 | 0 | 0.15 | 0.15 | 0 | 1.54 | 1 | 0.92 |
| Hex | FF | D9 | D8 | 0 | F | F | 0 | 2 | 64 | 5C |
| Octal | 377 | 331 | 330 | 0 | 17 | 17 | 0 | 2 | 144 | 134 |
| Binary | 11111111 | 11011001 | 11011000 | 0 | 1111 | 1111 | 0 | 10 | 1100100 | 1011100 |
Color Harmonies of #FFD9D8
Complementary color
Monochromatic Colors of #FFD9D8
Black with #FFD9D8
Text Example
Text Example
White with #FFD9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9D8; }
p { color: rgb(255,217,216); }
H1.HeaderClassName
{
color: #FFD9D8;
}
.AnyTagClassName
{
color: #FFD9D8;
}
</style>
background-color css
<style>
a { background-color: #FFD9D8; }
a { background-color: rgb(255,217,216); }
div.DivClassName
{
background-color: #FFD9D8;
}
.BgClassName
{
background-color: #FFD9D8;
}
</style>
border-color css
<style>
span { border-color: #FFD9D8; }
span { border-color: rgb(255,217,216); }
td.TdClassName
{
border-color: #FFD9D8;
}
.TagClassName
{
border-color: #FFD9D8;
}
</style>