Shades of Cosmic Latte #DCFFE8
Tints of Cosmic Latte #DCFFE8
RGB
CMYK
RGB Variations
Color information
#DCFFE8 (or 0xDCFFE8) is known color: Cosmic Latte. HEX triplet: DC, FF and E8. RGB value is (220,255,232). Sum of RGB (Red+Green+Blue) = 220+255+232=707 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.12% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 232 (91.02% from 255 or 32.81% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFFE8 is #230017. Grayscale: #F1F1F1. Windows color (decimal): -2293784 or 15269852. OLE color: 15269852.
HSL color Cylindrical-coordinate representation of color #DCFFE8: hue angle of 140.57º 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 #DCFFE8 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 232 | - |
| CMYK | 0.14 | 0 | 0.09 | 0 |
| HSL | 140.57º | 1% | 0.93% | - |
| HSV(B) | 140.57º | 0.14% | 1% | - |
| XYZ | 79.84 | 92.56 | 90 | - |
| YUV | 241.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 232 | 0.14 | 0 | 0.09 | 0 | 140.57 | 1 | 0.93 |
| Hex | DC | FF | E8 | E | 0 | 9 | 0 | 8D | 64 | 5D |
| Octal | 334 | 377 | 350 | 16 | 0 | 11 | 0 | 215 | 144 | 135 |
| Binary | 11011100 | 11111111 | 11101000 | 1110 | 0 | 1001 | 0 | 10001101 | 1100100 | 1011101 |
Color Harmonies of #DCFFE8
Complementary color
Monochromatic Colors of #DCFFE8
Black with #DCFFE8
Text Example
Text Example
White with #DCFFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFE8; }
p { color: rgb(220,255,232); }
H1.HeaderClassName
{
color: #DCFFE8;
}
.AnyTagClassName
{
color: #DCFFE8;
}
</style>
background-color css
<style>
a { background-color: #DCFFE8; }
a { background-color: rgb(220,255,232); }
div.DivClassName
{
background-color: #DCFFE8;
}
.BgClassName
{
background-color: #DCFFE8;
}
</style>
border-color css
<style>
span { border-color: #DCFFE8; }
span { border-color: rgb(220,255,232); }
td.TdClassName
{
border-color: #DCFFE8;
}
.TagClassName
{
border-color: #DCFFE8;
}
</style>