Shades of Cosmic Latte #DEFBE7
Tints of Cosmic Latte #DEFBE7
RGB
CMYK
RGB Variations
Color information
#DEFBE7 (or 0xDEFBE7) is known color: Cosmic Latte. HEX triplet: DE, FB and E7. RGB value is (222,251,231). Sum of RGB (Red+Green+Blue) = 222+251+231=704 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.53% from 704); Green value is 251 (98.44% from 255 or 35.65% from 704); Blue value is 231 (90.62% from 255 or 32.81% from 704); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFBE7 is #210418. Grayscale: #F0F0F0. Windows color (decimal): -2163737 or 15203294. OLE color: 15203294.
HSL color Cylindrical-coordinate representation of color #DEFBE7: hue angle of 138.62º 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 #DEFBE7 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 251 | 231 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.02 |
| HSL | 138.62º | 0.78% | 0.93% | - |
| HSV(B) | 138.62º | 0.12% | 0.98% | - |
| XYZ | 79.05 | 90.29 | 88.86 | - |
| YUV | 240.05 | 122.89 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 231 | 0.12 | 0 | 0.08 | 0.02 | 138.62 | 0.78 | 0.93 |
| Hex | DE | FB | E7 | C | 0 | 8 | 2 | 8B | 4E | 5D |
| Octal | 336 | 373 | 347 | 14 | 0 | 10 | 2 | 213 | 116 | 135 |
| Binary | 11011110 | 11111011 | 11100111 | 1100 | 0 | 1000 | 10 | 10001011 | 1001110 | 1011101 |
Color Harmonies of #DEFBE7
Complementary color
Monochromatic Colors of #DEFBE7
Black with #DEFBE7
Text Example
Text Example
White with #DEFBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFBE7; }
p { color: rgb(222,251,231); }
H1.HeaderClassName
{
color: #DEFBE7;
}
.AnyTagClassName
{
color: #DEFBE7;
}
</style>
background-color css
<style>
a { background-color: #DEFBE7; }
a { background-color: rgb(222,251,231); }
div.DivClassName
{
background-color: #DEFBE7;
}
.BgClassName
{
background-color: #DEFBE7;
}
</style>
border-color css
<style>
span { border-color: #DEFBE7; }
span { border-color: rgb(222,251,231); }
td.TdClassName
{
border-color: #DEFBE7;
}
.TagClassName
{
border-color: #DEFBE7;
}
</style>