Shades of Cosmic Latte #DEFEEA
Tints of Cosmic Latte #DEFEEA
RGB
CMYK
RGB Variations
Color information
#DEFEEA (or 0xDEFEEA) is known color: Cosmic Latte. HEX triplet: DE, FE and EA. RGB value is (222,254,234). Sum of RGB (Red+Green+Blue) = 222+254+234=710 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.27% from 710); Green value is 254 (99.61% from 255 or 35.77% from 710); Blue value is 234 (91.80% from 255 or 32.96% from 710); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFEEA is #210115. Grayscale: #F2F2F2. Windows color (decimal): -2162966 or 15400670. OLE color: 15400670.
HSL color Cylindrical-coordinate representation of color #DEFEEA: hue angle of 142.5º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEFEEA is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 234 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.00 |
| HSL | 142.5º | 0.94% | 0.93% | - |
| HSV(B) | 142.5º | 0.13% | 1% | - |
| XYZ | 80.42 | 92.35 | 91.43 | - |
| YUV | 242.15 | 123.4 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 234 | 0.13 | 0 | 0.08 | 0.00 | 142.5 | 0.94 | 0.93 |
| Hex | DE | FE | EA | D | 0 | 8 | 0 | 8E | 5E | 5D |
| Octal | 336 | 376 | 352 | 15 | 0 | 10 | 0 | 216 | 136 | 135 |
| Binary | 11011110 | 11111110 | 11101010 | 1101 | 0 | 1000 | 0 | 10001110 | 1011110 | 1011101 |
Color Harmonies of #DEFEEA
Complementary color
Monochromatic Colors of #DEFEEA
Black with #DEFEEA
Text Example
Text Example
White with #DEFEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFEEA; }
p { color: rgb(222,254,234); }
H1.HeaderClassName
{
color: #DEFEEA;
}
.AnyTagClassName
{
color: #DEFEEA;
}
</style>
background-color css
<style>
a { background-color: #DEFEEA; }
a { background-color: rgb(222,254,234); }
div.DivClassName
{
background-color: #DEFEEA;
}
.BgClassName
{
background-color: #DEFEEA;
}
</style>
border-color css
<style>
span { border-color: #DEFEEA; }
span { border-color: rgb(222,254,234); }
td.TdClassName
{
border-color: #DEFEEA;
}
.TagClassName
{
border-color: #DEFEEA;
}
</style>