Shades of Cosmic Latte #D5F5DF
Tints of Cosmic Latte #D5F5DF
RGB
CMYK
RGB Variations
Color information
#D5F5DF (or 0xD5F5DF) is known color: Cosmic Latte. HEX triplet: D5, F5 and DF. RGB value is (213,245,223). Sum of RGB (Red+Green+Blue) = 213+245+223=681 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.28% from 681); Green value is 245 (96.09% from 255 or 35.98% from 681); Blue value is 223 (87.5% from 255 or 32.75% from 681); Max value from RGB is 245 - color contains mainly: green. Hex color #D5F5DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F5DF is #2A0A20. Grayscale: #E8E8E8. Windows color (decimal): -2755105 or 14677461. OLE color: 14677461.
HSL color Cylindrical-coordinate representation of color #D5F5DF: hue angle of 138.75º degrees, saturation: 0.62, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5F5DF is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 245 | 223 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.04 |
| HSL | 138.75º | 0.62% | 0.9% | - |
| HSV(B) | 138.75º | 0.13% | 0.96% | - |
| XYZ | 73.41 | 84.78 | 82.31 | - |
| YUV | 232.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 245 | 223 | 0.13 | 0 | 0.09 | 0.04 | 138.75 | 0.62 | 0.9 |
| Hex | D5 | F5 | DF | D | 0 | 9 | 4 | 8B | 3E | 5A |
| Octal | 325 | 365 | 337 | 15 | 0 | 11 | 4 | 213 | 76 | 132 |
| Binary | 11010101 | 11110101 | 11011111 | 1101 | 0 | 1001 | 100 | 10001011 | 111110 | 1011010 |
Color Harmonies of #D5F5DF
Complementary color
Monochromatic Colors of #D5F5DF
Black with #D5F5DF
Text Example
Text Example
White with #D5F5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F5DF; }
p { color: rgb(213,245,223); }
H1.HeaderClassName
{
color: #D5F5DF;
}
.AnyTagClassName
{
color: #D5F5DF;
}
</style>
background-color css
<style>
a { background-color: #D5F5DF; }
a { background-color: rgb(213,245,223); }
div.DivClassName
{
background-color: #D5F5DF;
}
.BgClassName
{
background-color: #D5F5DF;
}
</style>
border-color css
<style>
span { border-color: #D5F5DF; }
span { border-color: rgb(213,245,223); }
td.TdClassName
{
border-color: #D5F5DF;
}
.TagClassName
{
border-color: #D5F5DF;
}
</style>