Shades of Cosmic Latte #D5FCDF
Tints of Cosmic Latte #D5FCDF
RGB
CMYK
RGB Variations
Color information
#D5FCDF (or 0xD5FCDF) is known color: Cosmic Latte. HEX triplet: D5, FC and DF. RGB value is (213,252,223). Sum of RGB (Red+Green+Blue) = 213+252+223=688 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.96% from 688); Green value is 252 (98.83% from 255 or 36.63% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FCDF is #2A0320. Grayscale: #EDEDED. Windows color (decimal): -2753313 or 14679253. OLE color: 14679253.
HSL color Cylindrical-coordinate representation of color #D5FCDF: hue angle of 135.38º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5FCDF is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 252 | 223 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.01 |
| HSL | 135.38º | 0.87% | 0.91% | - |
| HSV(B) | 135.38º | 0.15% | 0.99% | - |
| XYZ | 75.57 | 89.09 | 83.03 | - |
| YUV | 237.03 | 120.08 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 252 | 223 | 0.15 | 0 | 0.12 | 0.01 | 135.38 | 0.87 | 0.91 |
| Hex | D5 | FC | DF | F | 0 | C | 1 | 87 | 57 | 5B |
| Octal | 325 | 374 | 337 | 17 | 0 | 14 | 1 | 207 | 127 | 133 |
| Binary | 11010101 | 11111100 | 11011111 | 1111 | 0 | 1100 | 1 | 10000111 | 1010111 | 1011011 |
Color Harmonies of #D5FCDF
Complementary color
Monochromatic Colors of #D5FCDF
Black with #D5FCDF
Text Example
Text Example
White with #D5FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FCDF; }
p { color: rgb(213,252,223); }
H1.HeaderClassName
{
color: #D5FCDF;
}
.AnyTagClassName
{
color: #D5FCDF;
}
</style>
background-color css
<style>
a { background-color: #D5FCDF; }
a { background-color: rgb(213,252,223); }
div.DivClassName
{
background-color: #D5FCDF;
}
.BgClassName
{
background-color: #D5FCDF;
}
</style>
border-color css
<style>
span { border-color: #D5FCDF; }
span { border-color: rgb(213,252,223); }
td.TdClassName
{
border-color: #D5FCDF;
}
.TagClassName
{
border-color: #D5FCDF;
}
</style>