Shades of Cosmos #FFD6D3
Tints of Cosmos #FFD6D3
RGB
CMYK
RGB Variations
Color information
#FFD6D3 (or 0xFFD6D3) is known color: Cosmos. HEX triplet: FF, D6 and D3. RGB value is (255,214,211). Sum of RGB (Red+Green+Blue) = 255+214+211=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 214 (83.98% from 255 or 31.47% from 680); Blue value is 211 (82.81% from 255 or 31.03% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6D3 is #00292C. Grayscale: #E1E1E1. Windows color (decimal): -10541 or 13883135. OLE color: 13883135.
HSL color Cylindrical-coordinate representation of color #FFD6D3: hue angle of 4.09º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFD6D3 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 211 | - |
| CMYK | 0 | 0.16 | 0.17 | 0 |
| HSL | 4.09º | 1% | 0.91% | - |
| HSV(B) | 4.09º | 0.17% | 1% | - |
| XYZ | 77.04 | 74.06 | 71.86 | - |
| YUV | 225.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 211 | 0 | 0.16 | 0.17 | 0 | 4.09 | 1 | 0.91 |
| Hex | FF | D6 | D3 | 0 | 10 | 11 | 0 | 4 | 64 | 5B |
| Octal | 377 | 326 | 323 | 0 | 20 | 21 | 0 | 4 | 144 | 133 |
| Binary | 11111111 | 11010110 | 11010011 | 0 | 10000 | 10001 | 0 | 100 | 1100100 | 1011011 |
Color Harmonies of #FFD6D3
Complementary color
Monochromatic Colors of #FFD6D3
Black with #FFD6D3
Text Example
Text Example
White with #FFD6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD6D3; }
p { color: rgb(255,214,211); }
H1.HeaderClassName
{
color: #FFD6D3;
}
.AnyTagClassName
{
color: #FFD6D3;
}
</style>
background-color css
<style>
a { background-color: #FFD6D3; }
a { background-color: rgb(255,214,211); }
div.DivClassName
{
background-color: #FFD6D3;
}
.BgClassName
{
background-color: #FFD6D3;
}
</style>
border-color css
<style>
span { border-color: #FFD6D3; }
span { border-color: rgb(255,214,211); }
td.TdClassName
{
border-color: #FFD6D3;
}
.TagClassName
{
border-color: #FFD6D3;
}
</style>