Shades of Cosmos #FFD6CE
Tints of Cosmos #FFD6CE
RGB
CMYK
RGB Variations
Color information
#FFD6CE (or 0xFFD6CE) is known color: Cosmos. HEX triplet: FF, D6 and CE. RGB value is (255,214,206). Sum of RGB (Red+Green+Blue) = 255+214+206=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 214 (83.98% from 255 or 31.70% from 675); Blue value is 206 (80.86% from 255 or 30.52% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6CE is #002931. Grayscale: #E1E1E1. Windows color (decimal): -10546 or 13555455. OLE color: 13555455.
HSL color Cylindrical-coordinate representation of color #FFD6CE: hue angle of 9.8º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFD6CE is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 206 | - |
| CMYK | 0 | 0.16 | 0.19 | 0 |
| HSL | 9.8º | 1% | 0.9% | - |
| HSV(B) | 9.8º | 0.19% | 1% | - |
| XYZ | 76.43 | 73.81 | 68.61 | - |
| YUV | 225.35 | 117.08 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 206 | 0 | 0.16 | 0.19 | 0 | 9.8 | 1 | 0.9 |
| Hex | FF | D6 | CE | 0 | 10 | 13 | 0 | A | 64 | 5A |
| Octal | 377 | 326 | 316 | 0 | 20 | 23 | 0 | 12 | 144 | 132 |
| Binary | 11111111 | 11010110 | 11001110 | 0 | 10000 | 10011 | 0 | 1010 | 1100100 | 1011010 |
Color Harmonies of #FFD6CE
Complementary color
Monochromatic Colors of #FFD6CE
Black with #FFD6CE
Text Example
Text Example
White with #FFD6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD6CE; }
p { color: rgb(255,214,206); }
H1.HeaderClassName
{
color: #FFD6CE;
}
.AnyTagClassName
{
color: #FFD6CE;
}
</style>
background-color css
<style>
a { background-color: #FFD6CE; }
a { background-color: rgb(255,214,206); }
div.DivClassName
{
background-color: #FFD6CE;
}
.BgClassName
{
background-color: #FFD6CE;
}
</style>
border-color css
<style>
span { border-color: #FFD6CE; }
span { border-color: rgb(255,214,206); }
td.TdClassName
{
border-color: #FFD6CE;
}
.TagClassName
{
border-color: #FFD6CE;
}
</style>