Shades of Cosmic Latte #DCFFEB
Tints of Cosmic Latte #DCFFEB
RGB
CMYK
RGB Variations
Color information
#DCFFEB (or 0xDCFFEB) is known color: Cosmic Latte. HEX triplet: DC, FF and EB. RGB value is (220,255,235). Sum of RGB (Red+Green+Blue) = 220+255+235=710 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.99% from 710); Green value is 255 (100% from 255 or 35.92% from 710); Blue value is 235 (92.19% from 255 or 33.10% from 710); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFFEB is #230014. Grayscale: #F2F2F2. Windows color (decimal): -2293781 or 15466460. OLE color: 15466460.
HSL color Cylindrical-coordinate representation of color #DCFFEB: hue angle of 145.71º 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 #DCFFEB is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 235 | - |
| CMYK | 0.14 | 0 | 0.08 | 0 |
| HSL | 145.71º | 1% | 0.93% | - |
| HSV(B) | 145.71º | 0.14% | 1% | - |
| XYZ | 80.27 | 92.73 | 92.27 | - |
| YUV | 242.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 235 | 0.14 | 0 | 0.08 | 0 | 145.71 | 1 | 0.93 |
| Hex | DC | FF | EB | E | 0 | 8 | 0 | 92 | 64 | 5D |
| Octal | 334 | 377 | 353 | 16 | 0 | 10 | 0 | 222 | 144 | 135 |
| Binary | 11011100 | 11111111 | 11101011 | 1110 | 0 | 1000 | 0 | 10010010 | 1100100 | 1011101 |
Color Harmonies of #DCFFEB
Complementary color
Monochromatic Colors of #DCFFEB
Black with #DCFFEB
Text Example
Text Example
White with #DCFFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFEB; }
p { color: rgb(220,255,235); }
H1.HeaderClassName
{
color: #DCFFEB;
}
.AnyTagClassName
{
color: #DCFFEB;
}
</style>
background-color css
<style>
a { background-color: #DCFFEB; }
a { background-color: rgb(220,255,235); }
div.DivClassName
{
background-color: #DCFFEB;
}
.BgClassName
{
background-color: #DCFFEB;
}
</style>
border-color css
<style>
span { border-color: #DCFFEB; }
span { border-color: rgb(220,255,235); }
td.TdClassName
{
border-color: #DCFFEB;
}
.TagClassName
{
border-color: #DCFFEB;
}
</style>