Shades of Cosmos #FFD7D3
Tints of Cosmos #FFD7D3
RGB
CMYK
RGB Variations
Color information
#FFD7D3 (or 0xFFD7D3) is known color: Cosmos. HEX triplet: FF, D7 and D3. RGB value is (255,215,211). Sum of RGB (Red+Green+Blue) = 255+215+211=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 215 (84.38% from 255 or 31.57% from 681); Blue value is 211 (82.81% from 255 or 30.98% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7D3 is #00282C. Grayscale: #E2E2E2. Windows color (decimal): -10285 or 13883391. OLE color: 13883391.
HSL color Cylindrical-coordinate representation of color #FFD7D3: hue angle of 5.45º 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 #FFD7D3 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 211 | - |
| CMYK | 0 | 0.16 | 0.17 | 0 |
| HSL | 5.45º | 1% | 0.91% | - |
| HSV(B) | 5.45º | 0.17% | 1% | - |
| XYZ | 77.3 | 74.56 | 71.95 | - |
| YUV | 226.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 211 | 0 | 0.16 | 0.17 | 0 | 5.45 | 1 | 0.91 |
| Hex | FF | D7 | D3 | 0 | 10 | 11 | 0 | 5 | 64 | 5B |
| Octal | 377 | 327 | 323 | 0 | 20 | 21 | 0 | 5 | 144 | 133 |
| Binary | 11111111 | 11010111 | 11010011 | 0 | 10000 | 10001 | 0 | 101 | 1100100 | 1011011 |
Color Harmonies of #FFD7D3
Complementary color
Monochromatic Colors of #FFD7D3
Black with #FFD7D3
Text Example
Text Example
White with #FFD7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7D3; }
p { color: rgb(255,215,211); }
H1.HeaderClassName
{
color: #FFD7D3;
}
.AnyTagClassName
{
color: #FFD7D3;
}
</style>
background-color css
<style>
a { background-color: #FFD7D3; }
a { background-color: rgb(255,215,211); }
div.DivClassName
{
background-color: #FFD7D3;
}
.BgClassName
{
background-color: #FFD7D3;
}
</style>
border-color css
<style>
span { border-color: #FFD7D3; }
span { border-color: rgb(255,215,211); }
td.TdClassName
{
border-color: #FFD7D3;
}
.TagClassName
{
border-color: #FFD7D3;
}
</style>