Shades of Cosmos #FFD9D2
Tints of Cosmos #FFD9D2
RGB
CMYK
RGB Variations
Color information
#FFD9D2 (or 0xFFD9D2) is known color: Cosmos. HEX triplet: FF, D9 and D2. RGB value is (255,217,210). Sum of RGB (Red+Green+Blue) = 255+217+210=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 217 (85.16% from 255 or 31.82% from 682); Blue value is 210 (82.42% from 255 or 30.79% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9D2 is #00262D. Grayscale: #E3E3E3. Windows color (decimal): -9774 or 13818367. OLE color: 13818367.
HSL color Cylindrical-coordinate representation of color #FFD9D2: hue angle of 9.33º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFD9D2 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 210 | - |
| CMYK | 0 | 0.15 | 0.18 | 0 |
| HSL | 9.33º | 1% | 0.91% | - |
| HSV(B) | 9.33º | 0.18% | 1% | - |
| XYZ | 77.69 | 75.54 | 71.46 | - |
| YUV | 227.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 210 | 0 | 0.15 | 0.18 | 0 | 9.33 | 1 | 0.91 |
| Hex | FF | D9 | D2 | 0 | F | 12 | 0 | 9 | 64 | 5B |
| Octal | 377 | 331 | 322 | 0 | 17 | 22 | 0 | 11 | 144 | 133 |
| Binary | 11111111 | 11011001 | 11010010 | 0 | 1111 | 10010 | 0 | 1001 | 1100100 | 1011011 |
Color Harmonies of #FFD9D2
Complementary color
Monochromatic Colors of #FFD9D2
Black with #FFD9D2
Text Example
Text Example
White with #FFD9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9D2; }
p { color: rgb(255,217,210); }
H1.HeaderClassName
{
color: #FFD9D2;
}
.AnyTagClassName
{
color: #FFD9D2;
}
</style>
background-color css
<style>
a { background-color: #FFD9D2; }
a { background-color: rgb(255,217,210); }
div.DivClassName
{
background-color: #FFD9D2;
}
.BgClassName
{
background-color: #FFD9D2;
}
</style>
border-color css
<style>
span { border-color: #FFD9D2; }
span { border-color: rgb(255,217,210); }
td.TdClassName
{
border-color: #FFD9D2;
}
.TagClassName
{
border-color: #FFD9D2;
}
</style>