Shades of Cosmos #FFD7D1
Tints of Cosmos #FFD7D1
RGB
CMYK
RGB Variations
Color information
#FFD7D1 (or 0xFFD7D1) is known color: Cosmos. HEX triplet: FF, D7 and D1. RGB value is (255,215,209). Sum of RGB (Red+Green+Blue) = 255+215+209=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 215 (84.38% from 255 or 31.66% from 679); Blue value is 209 (82.03% from 255 or 30.78% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7D1 is #00282E. Grayscale: #E2E2E2. Windows color (decimal): -10287 or 13752319. OLE color: 13752319.
HSL color Cylindrical-coordinate representation of color #FFD7D1: hue angle of 7.83º 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 #FFD7D1 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 209 | - |
| CMYK | 0 | 0.16 | 0.18 | 0 |
| HSL | 7.83º | 1% | 0.91% | - |
| HSV(B) | 7.83º | 0.18% | 1% | - |
| XYZ | 77.05 | 74.46 | 70.63 | - |
| YUV | 226.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 209 | 0 | 0.16 | 0.18 | 0 | 7.83 | 1 | 0.91 |
| Hex | FF | D7 | D1 | 0 | 10 | 12 | 0 | 8 | 64 | 5B |
| Octal | 377 | 327 | 321 | 0 | 20 | 22 | 0 | 10 | 144 | 133 |
| Binary | 11111111 | 11010111 | 11010001 | 0 | 10000 | 10010 | 0 | 1000 | 1100100 | 1011011 |
Color Harmonies of #FFD7D1
Complementary color
Monochromatic Colors of #FFD7D1
Black with #FFD7D1
Text Example
Text Example
White with #FFD7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7D1; }
p { color: rgb(255,215,209); }
H1.HeaderClassName
{
color: #FFD7D1;
}
.AnyTagClassName
{
color: #FFD7D1;
}
</style>
background-color css
<style>
a { background-color: #FFD7D1; }
a { background-color: rgb(255,215,209); }
div.DivClassName
{
background-color: #FFD7D1;
}
.BgClassName
{
background-color: #FFD7D1;
}
</style>
border-color css
<style>
span { border-color: #FFD7D1; }
span { border-color: rgb(255,215,209); }
td.TdClassName
{
border-color: #FFD7D1;
}
.TagClassName
{
border-color: #FFD7D1;
}
</style>