Shades of Cosmic Latte #DEFFE8
Tints of Cosmic Latte #DEFFE8
RGB
CMYK
RGB Variations
Color information
#DEFFE8 (or 0xDEFFE8) is known color: Cosmic Latte. HEX triplet: DE, FF and E8. RGB value is (222,255,232). Sum of RGB (Red+Green+Blue) = 222+255+232=709 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.31% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 232 (91.02% from 255 or 32.72% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFFE8 is #210017. Grayscale: #F2F2F2. Windows color (decimal): -2162712 or 15269854. OLE color: 15269854.
HSL color Cylindrical-coordinate representation of color #DEFFE8: hue angle of 138.18º 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 #DEFFE8 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 232 | - |
| CMYK | 0.13 | 0 | 0.09 | 0 |
| HSL | 138.18º | 1% | 0.94% | - |
| HSV(B) | 138.18º | 0.13% | 1% | - |
| XYZ | 80.45 | 92.88 | 90.03 | - |
| YUV | 242.51 | 122.07 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 232 | 0.13 | 0 | 0.09 | 0 | 138.18 | 1 | 0.94 |
| Hex | DE | FF | E8 | D | 0 | 9 | 0 | 8A | 64 | 5E |
| Octal | 336 | 377 | 350 | 15 | 0 | 11 | 0 | 212 | 144 | 136 |
| Binary | 11011110 | 11111111 | 11101000 | 1101 | 0 | 1001 | 0 | 10001010 | 1100100 | 1011110 |
Color Harmonies of #DEFFE8
Complementary color
Monochromatic Colors of #DEFFE8
Black with #DEFFE8
Text Example
Text Example
White with #DEFFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFE8; }
p { color: rgb(222,255,232); }
H1.HeaderClassName
{
color: #DEFFE8;
}
.AnyTagClassName
{
color: #DEFFE8;
}
</style>
background-color css
<style>
a { background-color: #DEFFE8; }
a { background-color: rgb(222,255,232); }
div.DivClassName
{
background-color: #DEFFE8;
}
.BgClassName
{
background-color: #DEFFE8;
}
</style>
border-color css
<style>
span { border-color: #DEFFE8; }
span { border-color: rgb(222,255,232); }
td.TdClassName
{
border-color: #DEFFE8;
}
.TagClassName
{
border-color: #DEFFE8;
}
</style>