Shades of Cosmos #FFD7D5
Tints of Cosmos #FFD7D5
RGB
CMYK
RGB Variations
Color information
#FFD7D5 (or 0xFFD7D5) is known color: Cosmos. HEX triplet: FF, D7 and D5. RGB value is (255,215,213). Sum of RGB (Red+Green+Blue) = 255+215+213=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 215 (84.38% from 255 or 31.48% from 683); Blue value is 213 (83.59% from 255 or 31.19% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7D5 is #00282A. Grayscale: #E2E2E2. Windows color (decimal): -10283 or 14014463. OLE color: 14014463.
HSL color Cylindrical-coordinate representation of color #FFD7D5: hue angle of 2.86º 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 #FFD7D5 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 213 | - |
| CMYK | 0 | 0.16 | 0.16 | 0 |
| HSL | 2.86º | 1% | 0.92% | - |
| HSV(B) | 2.86º | 0.16% | 1% | - |
| XYZ | 77.55 | 74.66 | 73.28 | - |
| YUV | 226.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 213 | 0 | 0.16 | 0.16 | 0 | 2.86 | 1 | 0.92 |
| Hex | FF | D7 | D5 | 0 | 10 | 10 | 0 | 3 | 64 | 5C |
| Octal | 377 | 327 | 325 | 0 | 20 | 20 | 0 | 3 | 144 | 134 |
| Binary | 11111111 | 11010111 | 11010101 | 0 | 10000 | 10000 | 0 | 11 | 1100100 | 1011100 |
Color Harmonies of #FFD7D5
Complementary color
Monochromatic Colors of #FFD7D5
Black with #FFD7D5
Text Example
Text Example
White with #FFD7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7D5; }
p { color: rgb(255,215,213); }
H1.HeaderClassName
{
color: #FFD7D5;
}
.AnyTagClassName
{
color: #FFD7D5;
}
</style>
background-color css
<style>
a { background-color: #FFD7D5; }
a { background-color: rgb(255,215,213); }
div.DivClassName
{
background-color: #FFD7D5;
}
.BgClassName
{
background-color: #FFD7D5;
}
</style>
border-color css
<style>
span { border-color: #FFD7D5; }
span { border-color: rgb(255,215,213); }
td.TdClassName
{
border-color: #FFD7D5;
}
.TagClassName
{
border-color: #FFD7D5;
}
</style>