Shades of Cosmic Latte #DAFEE8
Tints of Cosmic Latte #DAFEE8
RGB
CMYK
RGB Variations
Color information
#DAFEE8 (or 0xDAFEE8) is known color: Cosmic Latte. HEX triplet: DA, FE and E8. RGB value is (218,254,232). Sum of RGB (Red+Green+Blue) = 218+254+232=704 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.97% from 704); Green value is 254 (99.61% from 255 or 36.08% from 704); Blue value is 232 (91.02% from 255 or 32.95% from 704); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFEE8 is #250117. Grayscale: #F0F0F0. Windows color (decimal): -2425112 or 15269594. OLE color: 15269594.
HSL color Cylindrical-coordinate representation of color #DAFEE8: hue angle of 143.33º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFEE8 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 218 | 254 | 232 | - |
CMYK | 0.14 | 0 | 0.09 | 0.00 |
HSL | 143.33º | 0.95% | 0.93% | - |
HSV(B) | 143.33º | 0.14% | 1% | - |
XYZ | 78.92 | 91.62 | 89.87 | - |
YUV | 240.73 | 123.07 | 111.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 254 | 232 | 0.14 | 0 | 0.09 | 0.00 | 143.33 | 0.95 | 0.93 |
Hex | DA | FE | E8 | E | 0 | 9 | 0 | 8F | 5F | 5D |
Octal | 332 | 376 | 350 | 16 | 0 | 11 | 0 | 217 | 137 | 135 |
Binary | 11011010 | 11111110 | 11101000 | 1110 | 0 | 1001 | 0 | 10001111 | 1011111 | 1011101 |
Color Harmonies of #DAFEE8
Complementary color
Monochromatic Colors of #DAFEE8
Black with #DAFEE8
Text Example
Text Example
White with #DAFEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFEE8; }
p { color: rgb(218,254,232); }
H1.HeaderClassName
{
color: #DAFEE8;
}
.AnyTagClassName
{
color: #DAFEE8;
}
</style>
background-color css
<style>
a { background-color: #DAFEE8; }
a { background-color: rgb(218,254,232); }
div.DivClassName
{
background-color: #DAFEE8;
}
.BgClassName
{
background-color: #DAFEE8;
}
</style>
border-color css
<style>
span { border-color: #DAFEE8; }
span { border-color: rgb(218,254,232); }
td.TdClassName
{
border-color: #DAFEE8;
}
.TagClassName
{
border-color: #DAFEE8;
}
</style>