Shades of Cosmic Latte #DEFFEC
Tints of Cosmic Latte #DEFFEC
RGB
CMYK
RGB Variations
Color information
#DEFFEC (or 0xDEFFEC) is known color: Cosmic Latte. HEX triplet: DE, FF and EC. RGB value is (222,255,236). Sum of RGB (Red+Green+Blue) = 222+255+236=713 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.14% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 236 (92.58% from 255 or 33.10% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFFEC is #210013. Grayscale: #F3F3F3. Windows color (decimal): -2162708 or 15531998. OLE color: 15531998.
HSL color Cylindrical-coordinate representation of color #DEFFEC: hue angle of 145.45º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEFFEC is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 236 | - |
| CMYK | 0.13 | 0 | 0.07 | 0 |
| HSL | 145.45º | 1% | 0.94% | - |
| HSV(B) | 145.45º | 0.13% | 1% | - |
| XYZ | 81.02 | 93.11 | 93.06 | - |
| YUV | 242.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 236 | 0.13 | 0 | 0.07 | 0 | 145.45 | 1 | 0.94 |
| Hex | DE | FF | EC | D | 0 | 7 | 0 | 91 | 64 | 5E |
| Octal | 336 | 377 | 354 | 15 | 0 | 7 | 0 | 221 | 144 | 136 |
| Binary | 11011110 | 11111111 | 11101100 | 1101 | 0 | 111 | 0 | 10010001 | 1100100 | 1011110 |
Color Harmonies of #DEFFEC
Complementary color
Monochromatic Colors of #DEFFEC
Black with #DEFFEC
Text Example
Text Example
White with #DEFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFEC; }
p { color: rgb(222,255,236); }
H1.HeaderClassName
{
color: #DEFFEC;
}
.AnyTagClassName
{
color: #DEFFEC;
}
</style>
background-color css
<style>
a { background-color: #DEFFEC; }
a { background-color: rgb(222,255,236); }
div.DivClassName
{
background-color: #DEFFEC;
}
.BgClassName
{
background-color: #DEFFEC;
}
</style>
border-color css
<style>
span { border-color: #DEFFEC; }
span { border-color: rgb(222,255,236); }
td.TdClassName
{
border-color: #DEFFEC;
}
.TagClassName
{
border-color: #DEFFEC;
}
</style>