Shades of Cosmic Latte #DEFBE9
Tints of Cosmic Latte #DEFBE9
RGB
CMYK
RGB Variations
Color information
#DEFBE9 (or 0xDEFBE9) is known color: Cosmic Latte. HEX triplet: DE, FB and E9. RGB value is (222,251,233). Sum of RGB (Red+Green+Blue) = 222+251+233=706 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.44% from 706); Green value is 251 (98.44% from 255 or 35.55% from 706); Blue value is 233 (91.41% from 255 or 33.00% from 706); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFBE9 is #210416. Grayscale: #F0F0F0. Windows color (decimal): -2163735 or 15334366. OLE color: 15334366.
HSL color Cylindrical-coordinate representation of color #DEFBE9: hue angle of 142.76º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEFBE9 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 251 | 233 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.02 |
| HSL | 142.76º | 0.78% | 0.93% | - |
| HSV(B) | 142.76º | 0.12% | 0.98% | - |
| XYZ | 79.33 | 90.41 | 90.36 | - |
| YUV | 240.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 233 | 0.12 | 0 | 0.07 | 0.02 | 142.76 | 0.78 | 0.93 |
| Hex | DE | FB | E9 | C | 0 | 7 | 2 | 8F | 4E | 5D |
| Octal | 336 | 373 | 351 | 14 | 0 | 7 | 2 | 217 | 116 | 135 |
| Binary | 11011110 | 11111011 | 11101001 | 1100 | 0 | 111 | 10 | 10001111 | 1001110 | 1011101 |
Color Harmonies of #DEFBE9
Complementary color
Monochromatic Colors of #DEFBE9
Black with #DEFBE9
Text Example
Text Example
White with #DEFBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFBE9; }
p { color: rgb(222,251,233); }
H1.HeaderClassName
{
color: #DEFBE9;
}
.AnyTagClassName
{
color: #DEFBE9;
}
</style>
background-color css
<style>
a { background-color: #DEFBE9; }
a { background-color: rgb(222,251,233); }
div.DivClassName
{
background-color: #DEFBE9;
}
.BgClassName
{
background-color: #DEFBE9;
}
</style>
border-color css
<style>
span { border-color: #DEFBE9; }
span { border-color: rgb(222,251,233); }
td.TdClassName
{
border-color: #DEFBE9;
}
.TagClassName
{
border-color: #DEFBE9;
}
</style>