Shades of Cosmic Latte #DCF8E5
Tints of Cosmic Latte #DCF8E5
RGB
CMYK
RGB Variations
Color information
#DCF8E5 (or 0xDCF8E5) is known color: Cosmic Latte. HEX triplet: DC, F8 and E5. RGB value is (220,248,229). Sum of RGB (Red+Green+Blue) = 220+248+229=697 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.56% from 697); Green value is 248 (97.27% from 255 or 35.58% from 697); Blue value is 229 (89.84% from 255 or 32.86% from 697); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF8E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF8E5 is #23071A. Grayscale: #EDEDED. Windows color (decimal): -2295579 or 15071452. OLE color: 15071452.
HSL color Cylindrical-coordinate representation of color #DCF8E5: hue angle of 139.29º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF8E5 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 229 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.03 |
| HSL | 139.29º | 0.67% | 0.92% | - |
| HSV(B) | 139.29º | 0.11% | 0.97% | - |
| XYZ | 77.23 | 88.01 | 87.05 | - |
| YUV | 237.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 229 | 0.11 | 0 | 0.08 | 0.03 | 139.29 | 0.67 | 0.92 |
| Hex | DC | F8 | E5 | B | 0 | 8 | 3 | 8B | 43 | 5C |
| Octal | 334 | 370 | 345 | 13 | 0 | 10 | 3 | 213 | 103 | 134 |
| Binary | 11011100 | 11111000 | 11100101 | 1011 | 0 | 1000 | 11 | 10001011 | 1000011 | 1011100 |
Color Harmonies of #DCF8E5
Complementary color
Monochromatic Colors of #DCF8E5
Black with #DCF8E5
Text Example
Text Example
White with #DCF8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF8E5; }
p { color: rgb(220,248,229); }
H1.HeaderClassName
{
color: #DCF8E5;
}
.AnyTagClassName
{
color: #DCF8E5;
}
</style>
background-color css
<style>
a { background-color: #DCF8E5; }
a { background-color: rgb(220,248,229); }
div.DivClassName
{
background-color: #DCF8E5;
}
.BgClassName
{
background-color: #DCF8E5;
}
</style>
border-color css
<style>
span { border-color: #DCF8E5; }
span { border-color: rgb(220,248,229); }
td.TdClassName
{
border-color: #DCF8E5;
}
.TagClassName
{
border-color: #DCF8E5;
}
</style>