Shades of Cosmos #FFD5CC
Tints of Cosmos #FFD5CC
RGB
CMYK
RGB Variations
Color information
#FFD5CC (or 0xFFD5CC) is known color: Cosmos. HEX triplet: FF, D5 and CC. RGB value is (255,213,204). Sum of RGB (Red+Green+Blue) = 255+213+204=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 204 (80.08% from 255 or 30.36% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5CC is #002A33. Grayscale: #E0E0E0. Windows color (decimal): -10804 or 13424127. OLE color: 13424127.
HSL color Cylindrical-coordinate representation of color #FFD5CC: hue angle of 10.59º 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 #FFD5CC is Cyan = 0, Magento = 0.16, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 204 | - |
| CMYK | 0 | 0.16 | 0.2 | 0 |
| HSL | 10.59º | 1% | 0.9% | - |
| HSV(B) | 10.59º | 0.2% | 1% | - |
| XYZ | 75.93 | 73.21 | 67.26 | - |
| YUV | 224.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 204 | 0 | 0.16 | 0.2 | 0 | 10.59 | 1 | 0.9 |
| Hex | FF | D5 | CC | 0 | 10 | 14 | 0 | B | 64 | 5A |
| Octal | 377 | 325 | 314 | 0 | 20 | 24 | 0 | 13 | 144 | 132 |
| Binary | 11111111 | 11010101 | 11001100 | 0 | 10000 | 10100 | 0 | 1011 | 1100100 | 1011010 |
Color Harmonies of #FFD5CC
Complementary color
Monochromatic Colors of #FFD5CC
Black with #FFD5CC
Text Example
Text Example
White with #FFD5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD5CC; }
p { color: rgb(255,213,204); }
H1.HeaderClassName
{
color: #FFD5CC;
}
.AnyTagClassName
{
color: #FFD5CC;
}
</style>
background-color css
<style>
a { background-color: #FFD5CC; }
a { background-color: rgb(255,213,204); }
div.DivClassName
{
background-color: #FFD5CC;
}
.BgClassName
{
background-color: #FFD5CC;
}
</style>
border-color css
<style>
span { border-color: #FFD5CC; }
span { border-color: rgb(255,213,204); }
td.TdClassName
{
border-color: #FFD5CC;
}
.TagClassName
{
border-color: #FFD5CC;
}
</style>