Shades of Cosmos #FFD6CD
Tints of Cosmos #FFD6CD
RGB
CMYK
RGB Variations
Color information
#FFD6CD (or 0xFFD6CD) is known color: Cosmos. HEX triplet: FF, D6 and CD. RGB value is (255,214,205). Sum of RGB (Red+Green+Blue) = 255+214+205=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 205 (80.47% from 255 or 30.42% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6CD is #002932. Grayscale: #E1E1E1. Windows color (decimal): -10547 or 13489919. OLE color: 13489919.
HSL color Cylindrical-coordinate representation of color #FFD6CD: hue angle of 10.8º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFD6CD is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 205 | - |
| CMYK | 0 | 0.16 | 0.20 | 0 |
| HSL | 10.8º | 1% | 0.9% | - |
| HSV(B) | 10.8º | 0.2% | 1% | - |
| XYZ | 76.31 | 73.76 | 67.97 | - |
| YUV | 225.23 | 116.58 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 205 | 0 | 0.16 | 0.20 | 0 | 10.8 | 1 | 0.9 |
| Hex | FF | D6 | CD | 0 | 10 | 14 | 0 | B | 64 | 5A |
| Octal | 377 | 326 | 315 | 0 | 20 | 24 | 0 | 13 | 144 | 132 |
| Binary | 11111111 | 11010110 | 11001101 | 0 | 10000 | 10100 | 0 | 1011 | 1100100 | 1011010 |
Color Harmonies of #FFD6CD
Complementary color
Monochromatic Colors of #FFD6CD
Black with #FFD6CD
Text Example
Text Example
White with #FFD6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD6CD; }
p { color: rgb(255,214,205); }
H1.HeaderClassName
{
color: #FFD6CD;
}
.AnyTagClassName
{
color: #FFD6CD;
}
</style>
background-color css
<style>
a { background-color: #FFD6CD; }
a { background-color: rgb(255,214,205); }
div.DivClassName
{
background-color: #FFD6CD;
}
.BgClassName
{
background-color: #FFD6CD;
}
</style>
border-color css
<style>
span { border-color: #FFD6CD; }
span { border-color: rgb(255,214,205); }
td.TdClassName
{
border-color: #FFD6CD;
}
.TagClassName
{
border-color: #FFD6CD;
}
</style>