Shades of Cosmic Latte #DCFFE3
Tints of Cosmic Latte #DCFFE3
RGB
CMYK
RGB Variations
Color information
#DCFFE3 (or 0xDCFFE3) is known color: Cosmic Latte. HEX triplet: DC, FF and E3. RGB value is (220,255,227). Sum of RGB (Red+Green+Blue) = 220+255+227=702 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.34% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 227 (89.06% from 255 or 32.34% from 702); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFE3 is #23001C. Grayscale: #F1F1F1. Windows color (decimal): -2293789 or 14942172. OLE color: 14942172.
HSL color Cylindrical-coordinate representation of color #DCFFE3: hue angle of 132º 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 #DCFFE3 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 227 | - |
| CMYK | 0.14 | 0 | 0.11 | 0 |
| HSL | 132º | 1% | 0.93% | - |
| HSV(B) | 132º | 0.14% | 1% | - |
| XYZ | 79.14 | 92.28 | 86.31 | - |
| YUV | 241.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 227 | 0.14 | 0 | 0.11 | 0 | 132 | 1 | 0.93 |
| Hex | DC | FF | E3 | E | 0 | B | 0 | 84 | 64 | 5D |
| Octal | 334 | 377 | 343 | 16 | 0 | 13 | 0 | 204 | 144 | 135 |
| Binary | 11011100 | 11111111 | 11100011 | 1110 | 0 | 1011 | 0 | 10000100 | 1100100 | 1011101 |
Color Harmonies of #DCFFE3
Complementary color
Monochromatic Colors of #DCFFE3
Black with #DCFFE3
Text Example
Text Example
White with #DCFFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFE3; }
p { color: rgb(220,255,227); }
H1.HeaderClassName
{
color: #DCFFE3;
}
.AnyTagClassName
{
color: #DCFFE3;
}
</style>
background-color css
<style>
a { background-color: #DCFFE3; }
a { background-color: rgb(220,255,227); }
div.DivClassName
{
background-color: #DCFFE3;
}
.BgClassName
{
background-color: #DCFFE3;
}
</style>
border-color css
<style>
span { border-color: #DCFFE3; }
span { border-color: rgb(220,255,227); }
td.TdClassName
{
border-color: #DCFFE3;
}
.TagClassName
{
border-color: #DCFFE3;
}
</style>