Shades of Cosmic Latte #DEFFEA
Tints of Cosmic Latte #DEFFEA
RGB
CMYK
RGB Variations
Color information
#DEFFEA (or 0xDEFFEA) is known color: Cosmic Latte. HEX triplet: DE, FF and EA. RGB value is (222,255,234). Sum of RGB (Red+Green+Blue) = 222+255+234=711 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.22% from 711); Green value is 255 (100% from 255 or 35.86% from 711); Blue value is 234 (91.80% from 255 or 32.91% from 711); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFFEA is #210015. Grayscale: #F2F2F2. Windows color (decimal): -2162710 or 15400926. OLE color: 15400926.
HSL color Cylindrical-coordinate representation of color #DEFFEA: hue angle of 141.82º 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 #DEFFEA is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 234 | - |
| CMYK | 0.13 | 0 | 0.08 | 0 |
| HSL | 141.82º | 1% | 0.94% | - |
| HSV(B) | 141.82º | 0.13% | 1% | - |
| XYZ | 80.74 | 92.99 | 91.54 | - |
| YUV | 242.74 | 123.07 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 234 | 0.13 | 0 | 0.08 | 0 | 141.82 | 1 | 0.94 |
| Hex | DE | FF | EA | D | 0 | 8 | 0 | 8E | 64 | 5E |
| Octal | 336 | 377 | 352 | 15 | 0 | 10 | 0 | 216 | 144 | 136 |
| Binary | 11011110 | 11111111 | 11101010 | 1101 | 0 | 1000 | 0 | 10001110 | 1100100 | 1011110 |
Color Harmonies of #DEFFEA
Complementary color
Monochromatic Colors of #DEFFEA
Black with #DEFFEA
Text Example
Text Example
White with #DEFFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFEA; }
p { color: rgb(222,255,234); }
H1.HeaderClassName
{
color: #DEFFEA;
}
.AnyTagClassName
{
color: #DEFFEA;
}
</style>
background-color css
<style>
a { background-color: #DEFFEA; }
a { background-color: rgb(222,255,234); }
div.DivClassName
{
background-color: #DEFFEA;
}
.BgClassName
{
background-color: #DEFFEA;
}
</style>
border-color css
<style>
span { border-color: #DEFFEA; }
span { border-color: rgb(222,255,234); }
td.TdClassName
{
border-color: #DEFFEA;
}
.TagClassName
{
border-color: #DEFFEA;
}
</style>