Shades of Cosmos #FFD5D3
Tints of Cosmos #FFD5D3
RGB
CMYK
RGB Variations
Color information
#FFD5D3 (or 0xFFD5D3) is known color: Cosmos. HEX triplet: FF, D5 and D3. RGB value is (255,213,211). Sum of RGB (Red+Green+Blue) = 255+213+211=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 213 (83.59% from 255 or 31.37% from 679); Blue value is 211 (82.81% from 255 or 31.08% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5D3 is #002A2C. Grayscale: #E1E1E1. Windows color (decimal): -10797 or 13882879. OLE color: 13882879.
HSL color Cylindrical-coordinate representation of color #FFD5D3: hue angle of 2.73º 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 #FFD5D3 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 211 | - |
| CMYK | 0 | 0.16 | 0.17 | 0 |
| HSL | 2.73º | 1% | 0.91% | - |
| HSV(B) | 2.73º | 0.17% | 1% | - |
| XYZ | 76.79 | 73.55 | 71.78 | - |
| YUV | 225.33 | 119.91 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 211 | 0 | 0.16 | 0.17 | 0 | 2.73 | 1 | 0.91 |
| Hex | FF | D5 | D3 | 0 | 10 | 11 | 0 | 3 | 64 | 5B |
| Octal | 377 | 325 | 323 | 0 | 20 | 21 | 0 | 3 | 144 | 133 |
| Binary | 11111111 | 11010101 | 11010011 | 0 | 10000 | 10001 | 0 | 11 | 1100100 | 1011011 |
Color Harmonies of #FFD5D3
Complementary color
Monochromatic Colors of #FFD5D3
Black with #FFD5D3
Text Example
Text Example
White with #FFD5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD5D3; }
p { color: rgb(255,213,211); }
H1.HeaderClassName
{
color: #FFD5D3;
}
.AnyTagClassName
{
color: #FFD5D3;
}
</style>
background-color css
<style>
a { background-color: #FFD5D3; }
a { background-color: rgb(255,213,211); }
div.DivClassName
{
background-color: #FFD5D3;
}
.BgClassName
{
background-color: #FFD5D3;
}
</style>
border-color css
<style>
span { border-color: #FFD5D3; }
span { border-color: rgb(255,213,211); }
td.TdClassName
{
border-color: #FFD5D3;
}
.TagClassName
{
border-color: #FFD5D3;
}
</style>