Shades of Cosmic Latte #DCFFE9
Tints of Cosmic Latte #DCFFE9
RGB
CMYK
RGB Variations
Color information
#DCFFE9 (or 0xDCFFE9) is known color: Cosmic Latte. HEX triplet: DC, FF and E9. RGB value is (220,255,233). Sum of RGB (Red+Green+Blue) = 220+255+233=708 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.07% from 708); Green value is 255 (100% from 255 or 36.02% from 708); Blue value is 233 (91.41% from 255 or 32.91% from 708); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFFE9 is #230016. Grayscale: #F2F2F2. Windows color (decimal): -2293783 or 15335388. OLE color: 15335388.
HSL color Cylindrical-coordinate representation of color #DCFFE9: hue angle of 142.29º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFFE9 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 233 | - |
| CMYK | 0.14 | 0 | 0.09 | 0 |
| HSL | 142.29º | 1% | 0.93% | - |
| HSV(B) | 142.29º | 0.14% | 1% | - |
| XYZ | 79.98 | 92.62 | 90.75 | - |
| YUV | 242.03 | 122.9 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 233 | 0.14 | 0 | 0.09 | 0 | 142.29 | 1 | 0.93 |
| Hex | DC | FF | E9 | E | 0 | 9 | 0 | 8E | 64 | 5D |
| Octal | 334 | 377 | 351 | 16 | 0 | 11 | 0 | 216 | 144 | 135 |
| Binary | 11011100 | 11111111 | 11101001 | 1110 | 0 | 1001 | 0 | 10001110 | 1100100 | 1011101 |
Color Harmonies of #DCFFE9
Complementary color
Monochromatic Colors of #DCFFE9
Black with #DCFFE9
Text Example
Text Example
White with #DCFFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFE9; }
p { color: rgb(220,255,233); }
H1.HeaderClassName
{
color: #DCFFE9;
}
.AnyTagClassName
{
color: #DCFFE9;
}
</style>
background-color css
<style>
a { background-color: #DCFFE9; }
a { background-color: rgb(220,255,233); }
div.DivClassName
{
background-color: #DCFFE9;
}
.BgClassName
{
background-color: #DCFFE9;
}
</style>
border-color css
<style>
span { border-color: #DCFFE9; }
span { border-color: rgb(220,255,233); }
td.TdClassName
{
border-color: #DCFFE9;
}
.TagClassName
{
border-color: #DCFFE9;
}
</style>