Shades of Cosmos #FFD5D5
Tints of Cosmos #FFD5D5
RGB
CMYK
RGB Variations
Color information
#FFD5D5 (or 0xFFD5D5) is known color: Cosmos. HEX triplet: FF, D5 and D5. RGB value is (255,213,213). Sum of RGB (Red+Green+Blue) = 255+213+213=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 213 (83.59% from 255 or 31.28% from 681); Blue value is 213 (83.59% from 255 or 31.28% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5D5 is #002A2A. Grayscale: #E1E1E1. Windows color (decimal): -10795 or 14013951. OLE color: 14013951.
HSL color Cylindrical-coordinate representation of color #FFD5D5: hue angle of 0º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFD5D5 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 213 | 213 | - |
CMYK | 0 | 0.16 | 0.16 | 0 |
HSL | 0º | 1% | 0.92% | - |
HSV(B) | 0º | 0.16% | 1% | - |
XYZ | 77.04 | 73.65 | 73.11 | - |
YUV | 225.56 | 120.91 | 149 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 213 | 213 | 0 | 0.16 | 0.16 | 0 | 0 | 1 | 0.92 |
Hex | FF | D5 | D5 | 0 | 10 | 10 | 0 | 0 | 64 | 5C |
Octal | 377 | 325 | 325 | 0 | 20 | 20 | 0 | 0 | 144 | 134 |
Binary | 11111111 | 11010101 | 11010101 | 0 | 10000 | 10000 | 0 | 0 | 1100100 | 1011100 |
Color Harmonies of #FFD5D5
Complementary color
Monochromatic Colors of #FFD5D5
Black with #FFD5D5
Text Example
Text Example
White with #FFD5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD5D5; }
p { color: rgb(255,213,213); }
H1.HeaderClassName
{
color: #FFD5D5;
}
.AnyTagClassName
{
color: #FFD5D5;
}
</style>
background-color css
<style>
a { background-color: #FFD5D5; }
a { background-color: rgb(255,213,213); }
div.DivClassName
{
background-color: #FFD5D5;
}
.BgClassName
{
background-color: #FFD5D5;
}
</style>
border-color css
<style>
span { border-color: #FFD5D5; }
span { border-color: rgb(255,213,213); }
td.TdClassName
{
border-color: #FFD5D5;
}
.TagClassName
{
border-color: #FFD5D5;
}
</style>