Shades of Cosmic Latte #DAFFE8
Tints of Cosmic Latte #DAFFE8
RGB
CMYK
RGB Variations
Color information
#DAFFE8 (or 0xDAFFE8) is known color: Cosmic Latte. HEX triplet: DA, FF and E8. RGB value is (218,255,232). Sum of RGB (Red+Green+Blue) = 218+255+232=705 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.92% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 232 (91.02% from 255 or 32.91% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFE8 is #250017. Grayscale: #F1F1F1. Windows color (decimal): -2424856 or 15269850. OLE color: 15269850.
HSL color Cylindrical-coordinate representation of color #DAFFE8: hue angle of 142.7º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAFFE8 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 232 | - |
| CMYK | 0.15 | 0 | 0.09 | 0 |
| HSL | 142.7º | 1% | 0.93% | - |
| HSV(B) | 142.7º | 0.15% | 1% | - |
| XYZ | 79.24 | 92.25 | 89.97 | - |
| YUV | 241.32 | 122.74 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 232 | 0.15 | 0 | 0.09 | 0 | 142.7 | 1 | 0.93 |
| Hex | DA | FF | E8 | F | 0 | 9 | 0 | 8F | 64 | 5D |
| Octal | 332 | 377 | 350 | 17 | 0 | 11 | 0 | 217 | 144 | 135 |
| Binary | 11011010 | 11111111 | 11101000 | 1111 | 0 | 1001 | 0 | 10001111 | 1100100 | 1011101 |
Color Harmonies of #DAFFE8
Complementary color
Monochromatic Colors of #DAFFE8
Black with #DAFFE8
Text Example
Text Example
White with #DAFFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFE8; }
p { color: rgb(218,255,232); }
H1.HeaderClassName
{
color: #DAFFE8;
}
.AnyTagClassName
{
color: #DAFFE8;
}
</style>
background-color css
<style>
a { background-color: #DAFFE8; }
a { background-color: rgb(218,255,232); }
div.DivClassName
{
background-color: #DAFFE8;
}
.BgClassName
{
background-color: #DAFFE8;
}
</style>
border-color css
<style>
span { border-color: #DAFFE8; }
span { border-color: rgb(218,255,232); }
td.TdClassName
{
border-color: #DAFFE8;
}
.TagClassName
{
border-color: #DAFFE8;
}
</style>