Shades of Cosmos #FFD7D4
Tints of Cosmos #FFD7D4
RGB
CMYK
RGB Variations
Color information
#FFD7D4 (or 0xFFD7D4) is known color: Cosmos. HEX triplet: FF, D7 and D4. RGB value is (255,215,212). Sum of RGB (Red+Green+Blue) = 255+215+212=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 215 (84.38% from 255 or 31.52% from 682); Blue value is 212 (83.20% from 255 or 31.09% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7D4 is #00282B. Grayscale: #E2E2E2. Windows color (decimal): -10284 or 13948927. OLE color: 13948927.
HSL color Cylindrical-coordinate representation of color #FFD7D4: hue angle of 4.19º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFD7D4 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 212 | - |
| CMYK | 0 | 0.16 | 0.17 | 0 |
| HSL | 4.19º | 1% | 0.92% | - |
| HSV(B) | 4.19º | 0.17% | 1% | - |
| XYZ | 77.42 | 74.61 | 72.61 | - |
| YUV | 226.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 212 | 0 | 0.16 | 0.17 | 0 | 4.19 | 1 | 0.92 |
| Hex | FF | D7 | D4 | 0 | 10 | 11 | 0 | 4 | 64 | 5C |
| Octal | 377 | 327 | 324 | 0 | 20 | 21 | 0 | 4 | 144 | 134 |
| Binary | 11111111 | 11010111 | 11010100 | 0 | 10000 | 10001 | 0 | 100 | 1100100 | 1011100 |
Color Harmonies of #FFD7D4
Complementary color
Monochromatic Colors of #FFD7D4
Black with #FFD7D4
Text Example
Text Example
White with #FFD7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7D4; }
p { color: rgb(255,215,212); }
H1.HeaderClassName
{
color: #FFD7D4;
}
.AnyTagClassName
{
color: #FFD7D4;
}
</style>
background-color css
<style>
a { background-color: #FFD7D4; }
a { background-color: rgb(255,215,212); }
div.DivClassName
{
background-color: #FFD7D4;
}
.BgClassName
{
background-color: #FFD7D4;
}
</style>
border-color css
<style>
span { border-color: #FFD7D4; }
span { border-color: rgb(255,215,212); }
td.TdClassName
{
border-color: #FFD7D4;
}
.TagClassName
{
border-color: #FFD7D4;
}
</style>