Shades of Cosmic Latte #DEFBE8
Tints of Cosmic Latte #DEFBE8
RGB
CMYK
RGB Variations
Color information
#DEFBE8 (or 0xDEFBE8) is known color: Cosmic Latte. HEX triplet: DE, FB and E8. RGB value is (222,251,232). Sum of RGB (Red+Green+Blue) = 222+251+232=705 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.49% from 705); Green value is 251 (98.44% from 255 or 35.60% from 705); Blue value is 232 (91.02% from 255 or 32.91% from 705); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFBE8 is #210417. Grayscale: #F0F0F0. Windows color (decimal): -2163736 or 15268830. OLE color: 15268830.
HSL color Cylindrical-coordinate representation of color #DEFBE8: hue angle of 140.69º 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 #DEFBE8 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 251 | 232 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.02 |
| HSL | 140.69º | 0.78% | 0.93% | - |
| HSV(B) | 140.69º | 0.12% | 0.98% | - |
| XYZ | 79.19 | 90.35 | 89.61 | - |
| YUV | 240.16 | 123.39 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 232 | 0.12 | 0 | 0.08 | 0.02 | 140.69 | 0.78 | 0.93 |
| Hex | DE | FB | E8 | C | 0 | 8 | 2 | 8D | 4E | 5D |
| Octal | 336 | 373 | 350 | 14 | 0 | 10 | 2 | 215 | 116 | 135 |
| Binary | 11011110 | 11111011 | 11101000 | 1100 | 0 | 1000 | 10 | 10001101 | 1001110 | 1011101 |
Color Harmonies of #DEFBE8
Complementary color
Monochromatic Colors of #DEFBE8
Black with #DEFBE8
Text Example
Text Example
White with #DEFBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFBE8; }
p { color: rgb(222,251,232); }
H1.HeaderClassName
{
color: #DEFBE8;
}
.AnyTagClassName
{
color: #DEFBE8;
}
</style>
background-color css
<style>
a { background-color: #DEFBE8; }
a { background-color: rgb(222,251,232); }
div.DivClassName
{
background-color: #DEFBE8;
}
.BgClassName
{
background-color: #DEFBE8;
}
</style>
border-color css
<style>
span { border-color: #DEFBE8; }
span { border-color: rgb(222,251,232); }
td.TdClassName
{
border-color: #DEFBE8;
}
.TagClassName
{
border-color: #DEFBE8;
}
</style>