Shades of Cosmos #FFD9D5
Tints of Cosmos #FFD9D5
RGB
CMYK
RGB Variations
Color information
#FFD9D5 (or 0xFFD9D5) is known color: Cosmos. HEX triplet: FF, D9 and D5. RGB value is (255,217,213). Sum of RGB (Red+Green+Blue) = 255+217+213=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 217 (85.16% from 255 or 31.68% from 685); Blue value is 213 (83.59% from 255 or 31.09% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9D5 is #00262A. Grayscale: #E3E3E3. Windows color (decimal): -9771 or 14014975. OLE color: 14014975.
HSL color Cylindrical-coordinate representation of color #FFD9D5: hue angle of 5.71º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFD9D5 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 217 | 213 | - |
CMYK | 0 | 0.15 | 0.16 | 0 |
HSL | 5.71º | 1% | 0.92% | - |
HSV(B) | 5.71º | 0.16% | 1% | - |
XYZ | 78.06 | 75.69 | 73.45 | - |
YUV | 227.91 | 119.59 | 147.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 217 | 213 | 0 | 0.15 | 0.16 | 0 | 5.71 | 1 | 0.92 |
Hex | FF | D9 | D5 | 0 | F | 10 | 0 | 6 | 64 | 5C |
Octal | 377 | 331 | 325 | 0 | 17 | 20 | 0 | 6 | 144 | 134 |
Binary | 11111111 | 11011001 | 11010101 | 0 | 1111 | 10000 | 0 | 110 | 1100100 | 1011100 |
Color Harmonies of #FFD9D5
Complementary color
Monochromatic Colors of #FFD9D5
Black with #FFD9D5
Text Example
Text Example
White with #FFD9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9D5; }
p { color: rgb(255,217,213); }
H1.HeaderClassName
{
color: #FFD9D5;
}
.AnyTagClassName
{
color: #FFD9D5;
}
</style>
background-color css
<style>
a { background-color: #FFD9D5; }
a { background-color: rgb(255,217,213); }
div.DivClassName
{
background-color: #FFD9D5;
}
.BgClassName
{
background-color: #FFD9D5;
}
</style>
border-color css
<style>
span { border-color: #FFD9D5; }
span { border-color: rgb(255,217,213); }
td.TdClassName
{
border-color: #FFD9D5;
}
.TagClassName
{
border-color: #FFD9D5;
}
</style>