Shades of Cosmos #FFD9D9
Tints of Cosmos #FFD9D9
RGB
CMYK
RGB Variations
Color information
#FFD9D9 (or 0xFFD9D9) is known color: Cosmos. HEX triplet: FF, D9 and D9. RGB value is (255,217,217). Sum of RGB (Red+Green+Blue) = 255+217+217=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 217 (85.16% from 255 or 31.49% from 689); Blue value is 217 (85.16% from 255 or 31.49% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9D9 is #002626. Grayscale: #E4E4E4. Windows color (decimal): -9767 or 14277119. OLE color: 14277119.
HSL color Cylindrical-coordinate representation of color #FFD9D9: hue angle of 0º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFD9D9 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 217 | 217 | - |
CMYK | 0 | 0.15 | 0.15 | 0 |
HSL | 0º | 1% | 0.93% | - |
HSV(B) | 0º | 0.15% | 1% | - |
XYZ | 78.58 | 75.9 | 76.15 | - |
YUV | 228.36 | 121.59 | 147 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 217 | 217 | 0 | 0.15 | 0.15 | 0 | 0 | 1 | 0.93 |
Hex | FF | D9 | D9 | 0 | F | F | 0 | 0 | 64 | 5D |
Octal | 377 | 331 | 331 | 0 | 17 | 17 | 0 | 0 | 144 | 135 |
Binary | 11111111 | 11011001 | 11011001 | 0 | 1111 | 1111 | 0 | 0 | 1100100 | 1011101 |
Color Harmonies of #FFD9D9
Complementary color
Monochromatic Colors of #FFD9D9
Black with #FFD9D9
Text Example
Text Example
White with #FFD9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9D9; }
p { color: rgb(255,217,217); }
H1.HeaderClassName
{
color: #FFD9D9;
}
.AnyTagClassName
{
color: #FFD9D9;
}
</style>
background-color css
<style>
a { background-color: #FFD9D9; }
a { background-color: rgb(255,217,217); }
div.DivClassName
{
background-color: #FFD9D9;
}
.BgClassName
{
background-color: #FFD9D9;
}
</style>
border-color css
<style>
span { border-color: #FFD9D9; }
span { border-color: rgb(255,217,217); }
td.TdClassName
{
border-color: #FFD9D9;
}
.TagClassName
{
border-color: #FFD9D9;
}
</style>