Shades of Cosmic Latte #DEFEE8
Tints of Cosmic Latte #DEFEE8
RGB
CMYK
RGB Variations
Color information
#DEFEE8 (or 0xDEFEE8) is known color: Cosmic Latte. HEX triplet: DE, FE and E8. RGB value is (222,254,232). Sum of RGB (Red+Green+Blue) = 222+254+232=708 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.36% from 708); Green value is 254 (99.61% from 255 or 35.88% from 708); Blue value is 232 (91.02% from 255 or 32.77% from 708); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFEE8 is #210117. Grayscale: #F1F1F1. Windows color (decimal): -2162968 or 15269598. OLE color: 15269598.
HSL color Cylindrical-coordinate representation of color #DEFEE8: hue angle of 138.75º 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 #DEFEE8 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 232 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.00 |
| HSL | 138.75º | 0.94% | 0.93% | - |
| HSV(B) | 138.75º | 0.13% | 1% | - |
| XYZ | 80.13 | 92.24 | 89.92 | - |
| YUV | 241.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 232 | 0.13 | 0 | 0.09 | 0.00 | 138.75 | 0.94 | 0.93 |
| Hex | DE | FE | E8 | D | 0 | 9 | 0 | 8B | 5E | 5D |
| Octal | 336 | 376 | 350 | 15 | 0 | 11 | 0 | 213 | 136 | 135 |
| Binary | 11011110 | 11111110 | 11101000 | 1101 | 0 | 1001 | 0 | 10001011 | 1011110 | 1011101 |
Color Harmonies of #DEFEE8
Complementary color
Monochromatic Colors of #DEFEE8
Black with #DEFEE8
Text Example
Text Example
White with #DEFEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFEE8; }
p { color: rgb(222,254,232); }
H1.HeaderClassName
{
color: #DEFEE8;
}
.AnyTagClassName
{
color: #DEFEE8;
}
</style>
background-color css
<style>
a { background-color: #DEFEE8; }
a { background-color: rgb(222,254,232); }
div.DivClassName
{
background-color: #DEFEE8;
}
.BgClassName
{
background-color: #DEFEE8;
}
</style>
border-color css
<style>
span { border-color: #DEFEE8; }
span { border-color: rgb(222,254,232); }
td.TdClassName
{
border-color: #DEFEE8;
}
.TagClassName
{
border-color: #DEFEE8;
}
</style>