Shades of Cosmos #FFD4D3
Tints of Cosmos #FFD4D3
RGB
CMYK
RGB Variations
Color information
#FFD4D3 (or 0xFFD4D3) is known color: Cosmos. HEX triplet: FF, D4 and D3. RGB value is (255,212,211). Sum of RGB (Red+Green+Blue) = 255+212+211=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 212 (83.20% from 255 or 31.27% from 678); Blue value is 211 (82.81% from 255 or 31.12% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD4D3 is #002B2C. Grayscale: #E0E0E0. Windows color (decimal): -11053 or 13882623. OLE color: 13882623.
HSL color Cylindrical-coordinate representation of color #FFD4D3: hue angle of 1.36º 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 #FFD4D3 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 211 | - |
| CMYK | 0 | 0.17 | 0.17 | 0 |
| HSL | 1.36º | 1% | 0.91% | - |
| HSV(B) | 1.36º | 0.17% | 1% | - |
| XYZ | 76.54 | 73.05 | 71.69 | - |
| YUV | 224.74 | 120.25 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 211 | 0 | 0.17 | 0.17 | 0 | 1.36 | 1 | 0.91 |
| Hex | FF | D4 | D3 | 0 | 11 | 11 | 0 | 1 | 64 | 5B |
| Octal | 377 | 324 | 323 | 0 | 21 | 21 | 0 | 1 | 144 | 133 |
| Binary | 11111111 | 11010100 | 11010011 | 0 | 10001 | 10001 | 0 | 1 | 1100100 | 1011011 |
Color Harmonies of #FFD4D3
Complementary color
Monochromatic Colors of #FFD4D3
Black with #FFD4D3
Text Example
Text Example
White with #FFD4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD4D3; }
p { color: rgb(255,212,211); }
H1.HeaderClassName
{
color: #FFD4D3;
}
.AnyTagClassName
{
color: #FFD4D3;
}
</style>
background-color css
<style>
a { background-color: #FFD4D3; }
a { background-color: rgb(255,212,211); }
div.DivClassName
{
background-color: #FFD4D3;
}
.BgClassName
{
background-color: #FFD4D3;
}
</style>
border-color css
<style>
span { border-color: #FFD4D3; }
span { border-color: rgb(255,212,211); }
td.TdClassName
{
border-color: #FFD4D3;
}
.TagClassName
{
border-color: #FFD4D3;
}
</style>