Shades of Cosmos #FFD8D4
Tints of Cosmos #FFD8D4
RGB
CMYK
RGB Variations
Color information
#FFD8D4 (or 0xFFD8D4) is known color: Cosmos. HEX triplet: FF, D8 and D4. RGB value is (255,216,212). Sum of RGB (Red+Green+Blue) = 255+216+212=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 216 (84.77% from 255 or 31.63% from 683); Blue value is 212 (83.20% from 255 or 31.04% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8D4 is #00272B. Grayscale: #E3E3E3. Windows color (decimal): -10028 or 13949183. OLE color: 13949183.
HSL color Cylindrical-coordinate representation of color #FFD8D4: hue angle of 5.58º 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 #FFD8D4 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 212 | - |
| CMYK | 0 | 0.15 | 0.17 | 0 |
| HSL | 5.58º | 1% | 0.92% | - |
| HSV(B) | 5.58º | 0.17% | 1% | - |
| XYZ | 77.68 | 75.13 | 72.69 | - |
| YUV | 227.21 | 119.42 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 212 | 0 | 0.15 | 0.17 | 0 | 5.58 | 1 | 0.92 |
| Hex | FF | D8 | D4 | 0 | F | 11 | 0 | 6 | 64 | 5C |
| Octal | 377 | 330 | 324 | 0 | 17 | 21 | 0 | 6 | 144 | 134 |
| Binary | 11111111 | 11011000 | 11010100 | 0 | 1111 | 10001 | 0 | 110 | 1100100 | 1011100 |
Color Harmonies of #FFD8D4
Complementary color
Monochromatic Colors of #FFD8D4
Black with #FFD8D4
Text Example
Text Example
White with #FFD8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD8D4; }
p { color: rgb(255,216,212); }
H1.HeaderClassName
{
color: #FFD8D4;
}
.AnyTagClassName
{
color: #FFD8D4;
}
</style>
background-color css
<style>
a { background-color: #FFD8D4; }
a { background-color: rgb(255,216,212); }
div.DivClassName
{
background-color: #FFD8D4;
}
.BgClassName
{
background-color: #FFD8D4;
}
</style>
border-color css
<style>
span { border-color: #FFD8D4; }
span { border-color: rgb(255,216,212); }
td.TdClassName
{
border-color: #FFD8D4;
}
.TagClassName
{
border-color: #FFD8D4;
}
</style>