Shades of Cosmic Latte #D5FBDF
Tints of Cosmic Latte #D5FBDF
RGB
CMYK
RGB Variations
Color information
#D5FBDF (or 0xD5FBDF) is known color: Cosmic Latte. HEX triplet: D5, FB and DF. RGB value is (213,251,223). Sum of RGB (Red+Green+Blue) = 213+251+223=687 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.00% from 687); Green value is 251 (98.44% from 255 or 36.54% from 687); Blue value is 223 (87.5% from 255 or 32.46% from 687); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FBDF is #2A0420. Grayscale: #ECECEC. Windows color (decimal): -2753569 or 14678997. OLE color: 14678997.
HSL color Cylindrical-coordinate representation of color #D5FBDF: hue angle of 135.79º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5FBDF is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 251 | 223 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.02 |
| HSL | 135.79º | 0.83% | 0.91% | - |
| HSV(B) | 135.79º | 0.15% | 0.98% | - |
| XYZ | 75.26 | 88.47 | 82.92 | - |
| YUV | 236.45 | 120.41 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 251 | 223 | 0.15 | 0 | 0.11 | 0.02 | 135.79 | 0.83 | 0.91 |
| Hex | D5 | FB | DF | F | 0 | B | 2 | 88 | 53 | 5B |
| Octal | 325 | 373 | 337 | 17 | 0 | 13 | 2 | 210 | 123 | 133 |
| Binary | 11010101 | 11111011 | 11011111 | 1111 | 0 | 1011 | 10 | 10001000 | 1010011 | 1011011 |
Color Harmonies of #D5FBDF
Complementary color
Monochromatic Colors of #D5FBDF
Black with #D5FBDF
Text Example
Text Example
White with #D5FBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FBDF; }
p { color: rgb(213,251,223); }
H1.HeaderClassName
{
color: #D5FBDF;
}
.AnyTagClassName
{
color: #D5FBDF;
}
</style>
background-color css
<style>
a { background-color: #D5FBDF; }
a { background-color: rgb(213,251,223); }
div.DivClassName
{
background-color: #D5FBDF;
}
.BgClassName
{
background-color: #D5FBDF;
}
</style>
border-color css
<style>
span { border-color: #D5FBDF; }
span { border-color: rgb(213,251,223); }
td.TdClassName
{
border-color: #D5FBDF;
}
.TagClassName
{
border-color: #D5FBDF;
}
</style>