Shades of Cosmos #FFD2CD
Tints of Cosmos #FFD2CD
RGB
CMYK
RGB Variations
Color information
#FFD2CD (or 0xFFD2CD) is known color: Cosmos. HEX triplet: FF, D2 and CD. RGB value is (255,210,205). Sum of RGB (Red+Green+Blue) = 255+210+205=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 210 (82.42% from 255 or 31.34% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2CD is #002D32. Grayscale: #DEDEDE. Windows color (decimal): -11571 or 13488895. OLE color: 13488895.
HSL color Cylindrical-coordinate representation of color #FFD2CD: hue angle of 6º 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 #FFD2CD is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 205 | - |
| CMYK | 0 | 0.18 | 0.20 | 0 |
| HSL | 6º | 1% | 0.9% | - |
| HSV(B) | 6º | 0.2% | 1% | - |
| XYZ | 75.31 | 71.76 | 67.64 | - |
| YUV | 222.89 | 117.91 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 205 | 0 | 0.18 | 0.20 | 0 | 6 | 1 | 0.9 |
| Hex | FF | D2 | CD | 0 | 12 | 14 | 0 | 6 | 64 | 5A |
| Octal | 377 | 322 | 315 | 0 | 22 | 24 | 0 | 6 | 144 | 132 |
| Binary | 11111111 | 11010010 | 11001101 | 0 | 10010 | 10100 | 0 | 110 | 1100100 | 1011010 |
Color Harmonies of #FFD2CD
Complementary color
Monochromatic Colors of #FFD2CD
Black with #FFD2CD
Text Example
Text Example
White with #FFD2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2CD; }
p { color: rgb(255,210,205); }
H1.HeaderClassName
{
color: #FFD2CD;
}
.AnyTagClassName
{
color: #FFD2CD;
}
</style>
background-color css
<style>
a { background-color: #FFD2CD; }
a { background-color: rgb(255,210,205); }
div.DivClassName
{
background-color: #FFD2CD;
}
.BgClassName
{
background-color: #FFD2CD;
}
</style>
border-color css
<style>
span { border-color: #FFD2CD; }
span { border-color: rgb(255,210,205); }
td.TdClassName
{
border-color: #FFD2CD;
}
.TagClassName
{
border-color: #FFD2CD;
}
</style>