Shades of Cosmos #FFD7D0
Tints of Cosmos #FFD7D0
RGB
CMYK
RGB Variations
Color information
#FFD7D0 (or 0xFFD7D0) is known color: Cosmos. HEX triplet: FF, D7 and D0. RGB value is (255,215,208). Sum of RGB (Red+Green+Blue) = 255+215+208=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 215 (84.38% from 255 or 31.71% from 678); Blue value is 208 (81.64% from 255 or 30.68% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7D0 is #00282F. Grayscale: #E2E2E2. Windows color (decimal): -10288 or 13686783. OLE color: 13686783.
HSL color Cylindrical-coordinate representation of color #FFD7D0: hue angle of 8.94º 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 #FFD7D0 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 208 | - |
| CMYK | 0 | 0.16 | 0.18 | 0 |
| HSL | 8.94º | 1% | 0.91% | - |
| HSV(B) | 8.94º | 0.18% | 1% | - |
| XYZ | 76.93 | 74.41 | 69.98 | - |
| YUV | 226.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 208 | 0 | 0.16 | 0.18 | 0 | 8.94 | 1 | 0.91 |
| Hex | FF | D7 | D0 | 0 | 10 | 12 | 0 | 9 | 64 | 5B |
| Octal | 377 | 327 | 320 | 0 | 20 | 22 | 0 | 11 | 144 | 133 |
| Binary | 11111111 | 11010111 | 11010000 | 0 | 10000 | 10010 | 0 | 1001 | 1100100 | 1011011 |
Color Harmonies of #FFD7D0
Complementary color
Monochromatic Colors of #FFD7D0
Black with #FFD7D0
Text Example
Text Example
White with #FFD7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7D0; }
p { color: rgb(255,215,208); }
H1.HeaderClassName
{
color: #FFD7D0;
}
.AnyTagClassName
{
color: #FFD7D0;
}
</style>
background-color css
<style>
a { background-color: #FFD7D0; }
a { background-color: rgb(255,215,208); }
div.DivClassName
{
background-color: #FFD7D0;
}
.BgClassName
{
background-color: #FFD7D0;
}
</style>
border-color css
<style>
span { border-color: #FFD7D0; }
span { border-color: rgb(255,215,208); }
td.TdClassName
{
border-color: #FFD7D0;
}
.TagClassName
{
border-color: #FFD7D0;
}
</style>