Shades of Cosmic Latte #DCFFE7
Tints of Cosmic Latte #DCFFE7
RGB
CMYK
RGB Variations
Color information
#DCFFE7 (or 0xDCFFE7) is known color: Cosmic Latte. HEX triplet: DC, FF and E7. RGB value is (220,255,231). Sum of RGB (Red+Green+Blue) = 220+255+231=706 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.16% from 706); Green value is 255 (100% from 255 or 36.12% from 706); Blue value is 231 (90.62% from 255 or 32.72% from 706); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFFE7 is #230018. Grayscale: #F1F1F1. Windows color (decimal): -2293785 or 15204316. OLE color: 15204316.
HSL color Cylindrical-coordinate representation of color #DCFFE7: hue angle of 138.86º 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 #DCFFE7 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 231 | - |
| CMYK | 0.14 | 0 | 0.09 | 0 |
| HSL | 138.86º | 1% | 0.93% | - |
| HSV(B) | 138.86º | 0.14% | 1% | - |
| XYZ | 79.7 | 92.51 | 89.26 | - |
| YUV | 241.8 | 121.9 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 231 | 0.14 | 0 | 0.09 | 0 | 138.86 | 1 | 0.93 |
| Hex | DC | FF | E7 | E | 0 | 9 | 0 | 8B | 64 | 5D |
| Octal | 334 | 377 | 347 | 16 | 0 | 11 | 0 | 213 | 144 | 135 |
| Binary | 11011100 | 11111111 | 11100111 | 1110 | 0 | 1001 | 0 | 10001011 | 1100100 | 1011101 |
Color Harmonies of #DCFFE7
Complementary color
Monochromatic Colors of #DCFFE7
Black with #DCFFE7
Text Example
Text Example
White with #DCFFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFE7; }
p { color: rgb(220,255,231); }
H1.HeaderClassName
{
color: #DCFFE7;
}
.AnyTagClassName
{
color: #DCFFE7;
}
</style>
background-color css
<style>
a { background-color: #DCFFE7; }
a { background-color: rgb(220,255,231); }
div.DivClassName
{
background-color: #DCFFE7;
}
.BgClassName
{
background-color: #DCFFE7;
}
</style>
border-color css
<style>
span { border-color: #DCFFE7; }
span { border-color: rgb(220,255,231); }
td.TdClassName
{
border-color: #DCFFE7;
}
.TagClassName
{
border-color: #DCFFE7;
}
</style>