Shades of Cosmos #FFD1CD
Tints of Cosmos #FFD1CD
RGB
CMYK
RGB Variations
Color information
#FFD1CD (or 0xFFD1CD) is known color: Cosmos. HEX triplet: FF, D1 and CD. RGB value is (255,209,205). Sum of RGB (Red+Green+Blue) = 255+209+205=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 209 (82.03% from 255 or 31.24% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD1CD is #002E32. Grayscale: #DEDEDE. Windows color (decimal): -11827 or 13488639. OLE color: 13488639.
HSL color Cylindrical-coordinate representation of color #FFD1CD: hue angle of 4.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 #FFD1CD is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 205 | - |
| CMYK | 0 | 0.18 | 0.20 | 0 |
| HSL | 4.8º | 1% | 0.9% | - |
| HSV(B) | 4.8º | 0.2% | 1% | - |
| XYZ | 75.06 | 71.27 | 67.56 | - |
| YUV | 222.3 | 118.24 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 205 | 0 | 0.18 | 0.20 | 0 | 4.8 | 1 | 0.9 |
| Hex | FF | D1 | CD | 0 | 12 | 14 | 0 | 5 | 64 | 5A |
| Octal | 377 | 321 | 315 | 0 | 22 | 24 | 0 | 5 | 144 | 132 |
| Binary | 11111111 | 11010001 | 11001101 | 0 | 10010 | 10100 | 0 | 101 | 1100100 | 1011010 |
Color Harmonies of #FFD1CD
Complementary color
Monochromatic Colors of #FFD1CD
Black with #FFD1CD
Text Example
Text Example
White with #FFD1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD1CD; }
p { color: rgb(255,209,205); }
H1.HeaderClassName
{
color: #FFD1CD;
}
.AnyTagClassName
{
color: #FFD1CD;
}
</style>
background-color css
<style>
a { background-color: #FFD1CD; }
a { background-color: rgb(255,209,205); }
div.DivClassName
{
background-color: #FFD1CD;
}
.BgClassName
{
background-color: #FFD1CD;
}
</style>
border-color css
<style>
span { border-color: #FFD1CD; }
span { border-color: rgb(255,209,205); }
td.TdClassName
{
border-color: #FFD1CD;
}
.TagClassName
{
border-color: #FFD1CD;
}
</style>