Shades of Cosmos #FFD9D3
Tints of Cosmos #FFD9D3
RGB
CMYK
RGB Variations
Color information
#FFD9D3 (or 0xFFD9D3) is known color: Cosmos. HEX triplet: FF, D9 and D3. RGB value is (255,217,211). Sum of RGB (Red+Green+Blue) = 255+217+211=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 217 (85.16% from 255 or 31.77% from 683); Blue value is 211 (82.81% from 255 or 30.89% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9D3 is #00262C. Grayscale: #E3E3E3. Windows color (decimal): -9773 or 13883903. OLE color: 13883903.
HSL color Cylindrical-coordinate representation of color #FFD9D3: hue angle of 8.18º 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 #FFD9D3 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 211 | - |
| CMYK | 0 | 0.15 | 0.17 | 0 |
| HSL | 8.18º | 1% | 0.91% | - |
| HSV(B) | 8.18º | 0.17% | 1% | - |
| XYZ | 77.81 | 75.59 | 72.12 | - |
| YUV | 227.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 211 | 0 | 0.15 | 0.17 | 0 | 8.18 | 1 | 0.91 |
| Hex | FF | D9 | D3 | 0 | F | 11 | 0 | 8 | 64 | 5B |
| Octal | 377 | 331 | 323 | 0 | 17 | 21 | 0 | 10 | 144 | 133 |
| Binary | 11111111 | 11011001 | 11010011 | 0 | 1111 | 10001 | 0 | 1000 | 1100100 | 1011011 |
Color Harmonies of #FFD9D3
Complementary color
Monochromatic Colors of #FFD9D3
Black with #FFD9D3
Text Example
Text Example
White with #FFD9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9D3; }
p { color: rgb(255,217,211); }
H1.HeaderClassName
{
color: #FFD9D3;
}
.AnyTagClassName
{
color: #FFD9D3;
}
</style>
background-color css
<style>
a { background-color: #FFD9D3; }
a { background-color: rgb(255,217,211); }
div.DivClassName
{
background-color: #FFD9D3;
}
.BgClassName
{
background-color: #FFD9D3;
}
</style>
border-color css
<style>
span { border-color: #FFD9D3; }
span { border-color: rgb(255,217,211); }
td.TdClassName
{
border-color: #FFD9D3;
}
.TagClassName
{
border-color: #FFD9D3;
}
</style>