Shades of Cosmic Latte #D1FAE0
Tints of Cosmic Latte #D1FAE0
RGB
CMYK
RGB Variations
Color information
#D1FAE0 (or 0xD1FAE0) is known color: Cosmic Latte. HEX triplet: D1, FA and E0. RGB value is (209,250,224). Sum of RGB (Red+Green+Blue) = 209+250+224=683 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.60% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 224 (87.89% from 255 or 32.80% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FAE0 is #2E051F. Grayscale: #EAEAEA. Windows color (decimal): -3015968 or 14744273. OLE color: 14744273.
HSL color Cylindrical-coordinate representation of color #D1FAE0: hue angle of 141.95º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1FAE0 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 224 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.02 |
| HSL | 141.95º | 0.8% | 0.9% | - |
| HSV(B) | 141.95º | 0.16% | 0.98% | - |
| XYZ | 73.93 | 87.31 | 83.48 | - |
| YUV | 234.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 224 | 0.16 | 0 | 0.10 | 0.02 | 141.95 | 0.8 | 0.9 |
| Hex | D1 | FA | E0 | 10 | 0 | A | 2 | 8E | 50 | 5A |
| Octal | 321 | 372 | 340 | 20 | 0 | 12 | 2 | 216 | 120 | 132 |
| Binary | 11010001 | 11111010 | 11100000 | 10000 | 0 | 1010 | 10 | 10001110 | 1010000 | 1011010 |
Color Harmonies of #D1FAE0
Complementary color
Monochromatic Colors of #D1FAE0
Black with #D1FAE0
Text Example
Text Example
White with #D1FAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FAE0; }
p { color: rgb(209,250,224); }
H1.HeaderClassName
{
color: #D1FAE0;
}
.AnyTagClassName
{
color: #D1FAE0;
}
</style>
background-color css
<style>
a { background-color: #D1FAE0; }
a { background-color: rgb(209,250,224); }
div.DivClassName
{
background-color: #D1FAE0;
}
.BgClassName
{
background-color: #D1FAE0;
}
</style>
border-color css
<style>
span { border-color: #D1FAE0; }
span { border-color: rgb(209,250,224); }
td.TdClassName
{
border-color: #D1FAE0;
}
.TagClassName
{
border-color: #D1FAE0;
}
</style>