Shades of Cosmos #FFD9D4
Tints of Cosmos #FFD9D4
RGB
CMYK
RGB Variations
Color information
#FFD9D4 (or 0xFFD9D4) is known color: Cosmos. HEX triplet: FF, D9 and D4. RGB value is (255,217,212). Sum of RGB (Red+Green+Blue) = 255+217+212=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 217 (85.16% from 255 or 31.73% from 684); Blue value is 212 (83.20% from 255 or 30.99% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9D4 is #00262B. Grayscale: #E3E3E3. Windows color (decimal): -9772 or 13949439. OLE color: 13949439.
HSL color Cylindrical-coordinate representation of color #FFD9D4: hue angle of 6.98º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFD9D4 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 212 | - |
| CMYK | 0 | 0.15 | 0.17 | 0 |
| HSL | 6.98º | 1% | 0.92% | - |
| HSV(B) | 6.98º | 0.17% | 1% | - |
| XYZ | 77.94 | 75.64 | 72.78 | - |
| YUV | 227.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 212 | 0 | 0.15 | 0.17 | 0 | 6.98 | 1 | 0.92 |
| Hex | FF | D9 | D4 | 0 | F | 11 | 0 | 7 | 64 | 5C |
| Octal | 377 | 331 | 324 | 0 | 17 | 21 | 0 | 7 | 144 | 134 |
| Binary | 11111111 | 11011001 | 11010100 | 0 | 1111 | 10001 | 0 | 111 | 1100100 | 1011100 |
Color Harmonies of #FFD9D4
Complementary color
Monochromatic Colors of #FFD9D4
Black with #FFD9D4
Text Example
Text Example
White with #FFD9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9D4; }
p { color: rgb(255,217,212); }
H1.HeaderClassName
{
color: #FFD9D4;
}
.AnyTagClassName
{
color: #FFD9D4;
}
</style>
background-color css
<style>
a { background-color: #FFD9D4; }
a { background-color: rgb(255,217,212); }
div.DivClassName
{
background-color: #FFD9D4;
}
.BgClassName
{
background-color: #FFD9D4;
}
</style>
border-color css
<style>
span { border-color: #FFD9D4; }
span { border-color: rgb(255,217,212); }
td.TdClassName
{
border-color: #FFD9D4;
}
.TagClassName
{
border-color: #FFD9D4;
}
</style>