Shades of Cosmic Latte #DEFDE8
Tints of Cosmic Latte #DEFDE8
RGB
CMYK
RGB Variations
Color information
#DEFDE8 (or 0xDEFDE8) is known color: Cosmic Latte. HEX triplet: DE, FD and E8. RGB value is (222,253,232). Sum of RGB (Red+Green+Blue) = 222+253+232=707 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.40% from 707); Green value is 253 (99.22% from 255 or 35.79% from 707); Blue value is 232 (91.02% from 255 or 32.81% from 707); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFDE8 is #210217. Grayscale: #F1F1F1. Windows color (decimal): -2163224 or 15269342. OLE color: 15269342.
HSL color Cylindrical-coordinate representation of color #DEFDE8: hue angle of 139.35º 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 #DEFDE8 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 232 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.01 |
| HSL | 139.35º | 0.89% | 0.93% | - |
| HSV(B) | 139.35º | 0.12% | 0.99% | - |
| XYZ | 79.81 | 91.61 | 89.82 | - |
| YUV | 241.34 | 122.73 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 232 | 0.12 | 0 | 0.08 | 0.01 | 139.35 | 0.89 | 0.93 |
| Hex | DE | FD | E8 | C | 0 | 8 | 1 | 8B | 59 | 5D |
| Octal | 336 | 375 | 350 | 14 | 0 | 10 | 1 | 213 | 131 | 135 |
| Binary | 11011110 | 11111101 | 11101000 | 1100 | 0 | 1000 | 1 | 10001011 | 1011001 | 1011101 |
Color Harmonies of #DEFDE8
Complementary color
Monochromatic Colors of #DEFDE8
Black with #DEFDE8
Text Example
Text Example
White with #DEFDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDE8; }
p { color: rgb(222,253,232); }
H1.HeaderClassName
{
color: #DEFDE8;
}
.AnyTagClassName
{
color: #DEFDE8;
}
</style>
background-color css
<style>
a { background-color: #DEFDE8; }
a { background-color: rgb(222,253,232); }
div.DivClassName
{
background-color: #DEFDE8;
}
.BgClassName
{
background-color: #DEFDE8;
}
</style>
border-color css
<style>
span { border-color: #DEFDE8; }
span { border-color: rgb(222,253,232); }
td.TdClassName
{
border-color: #DEFDE8;
}
.TagClassName
{
border-color: #DEFDE8;
}
</style>