Shades of Cosmic Latte #DEFDE9
Tints of Cosmic Latte #DEFDE9
RGB
CMYK
RGB Variations
Color information
#DEFDE9 (or 0xDEFDE9) is known color: Cosmic Latte. HEX triplet: DE, FD and E9. RGB value is (222,253,233). Sum of RGB (Red+Green+Blue) = 222+253+233=708 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.36% from 708); Green value is 253 (99.22% from 255 or 35.73% from 708); Blue value is 233 (91.41% from 255 or 32.91% from 708); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFDE9 is #210216. Grayscale: #F1F1F1. Windows color (decimal): -2163223 or 15334878. OLE color: 15334878.
HSL color Cylindrical-coordinate representation of color #DEFDE9: hue angle of 141.29º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEFDE9 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 233 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.01 |
| HSL | 141.29º | 0.89% | 0.93% | - |
| HSV(B) | 141.29º | 0.12% | 0.99% | - |
| XYZ | 79.96 | 91.66 | 90.57 | - |
| YUV | 241.45 | 123.23 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 233 | 0.12 | 0 | 0.08 | 0.01 | 141.29 | 0.89 | 0.93 |
| Hex | DE | FD | E9 | C | 0 | 8 | 1 | 8D | 59 | 5D |
| Octal | 336 | 375 | 351 | 14 | 0 | 10 | 1 | 215 | 131 | 135 |
| Binary | 11011110 | 11111101 | 11101001 | 1100 | 0 | 1000 | 1 | 10001101 | 1011001 | 1011101 |
Color Harmonies of #DEFDE9
Complementary color
Monochromatic Colors of #DEFDE9
Black with #DEFDE9
Text Example
Text Example
White with #DEFDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDE9; }
p { color: rgb(222,253,233); }
H1.HeaderClassName
{
color: #DEFDE9;
}
.AnyTagClassName
{
color: #DEFDE9;
}
</style>
background-color css
<style>
a { background-color: #DEFDE9; }
a { background-color: rgb(222,253,233); }
div.DivClassName
{
background-color: #DEFDE9;
}
.BgClassName
{
background-color: #DEFDE9;
}
</style>
border-color css
<style>
span { border-color: #DEFDE9; }
span { border-color: rgb(222,253,233); }
td.TdClassName
{
border-color: #DEFDE9;
}
.TagClassName
{
border-color: #DEFDE9;
}
</style>