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