Shades of Cosmos #FFD1CC
Tints of Cosmos #FFD1CC
RGB
CMYK
RGB Variations
Color information
#FFD1CC (or 0xFFD1CC) is known color: Cosmos. HEX triplet: FF, D1 and CC. RGB value is (255,209,204). Sum of RGB (Red+Green+Blue) = 255+209+204=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 209 (82.03% from 255 or 31.29% from 668); Blue value is 204 (80.08% from 255 or 30.54% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD1CC is #002E33. Grayscale: #DEDEDE. Windows color (decimal): -11828 or 13423103. OLE color: 13423103.
HSL color Cylindrical-coordinate representation of color #FFD1CC: hue angle of 5.88º 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 #FFD1CC is Cyan = 0, Magento = 0.18, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 204 | - |
| CMYK | 0 | 0.18 | 0.2 | 0 |
| HSL | 5.88º | 1% | 0.9% | - |
| HSV(B) | 5.88º | 0.2% | 1% | - |
| XYZ | 74.94 | 71.22 | 66.92 | - |
| YUV | 222.18 | 117.74 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 204 | 0 | 0.18 | 0.2 | 0 | 5.88 | 1 | 0.9 |
| Hex | FF | D1 | CC | 0 | 12 | 14 | 0 | 6 | 64 | 5A |
| Octal | 377 | 321 | 314 | 0 | 22 | 24 | 0 | 6 | 144 | 132 |
| Binary | 11111111 | 11010001 | 11001100 | 0 | 10010 | 10100 | 0 | 110 | 1100100 | 1011010 |
Color Harmonies of #FFD1CC
Complementary color
Monochromatic Colors of #FFD1CC
Black with #FFD1CC
Text Example
Text Example
White with #FFD1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD1CC; }
p { color: rgb(255,209,204); }
H1.HeaderClassName
{
color: #FFD1CC;
}
.AnyTagClassName
{
color: #FFD1CC;
}
</style>
background-color css
<style>
a { background-color: #FFD1CC; }
a { background-color: rgb(255,209,204); }
div.DivClassName
{
background-color: #FFD1CC;
}
.BgClassName
{
background-color: #FFD1CC;
}
</style>
border-color css
<style>
span { border-color: #FFD1CC; }
span { border-color: rgb(255,209,204); }
td.TdClassName
{
border-color: #FFD1CC;
}
.TagClassName
{
border-color: #FFD1CC;
}
</style>