Shades of Cosmic Latte #DAFFE3
Tints of Cosmic Latte #DAFFE3
RGB
CMYK
RGB Variations
Color information
#DAFFE3 (or 0xDAFFE3) is known color: Cosmic Latte. HEX triplet: DA, FF and E3. RGB value is (218,255,227). Sum of RGB (Red+Green+Blue) = 218+255+227=700 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.14% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 227 (89.06% from 255 or 32.43% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFE3 is #25001C. Grayscale: #F0F0F0. Windows color (decimal): -2424861 or 14942170. OLE color: 14942170.
HSL color Cylindrical-coordinate representation of color #DAFFE3: hue angle of 134.59º 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 #DAFFE3 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 227 | - |
| CMYK | 0.15 | 0 | 0.11 | 0 |
| HSL | 134.59º | 1% | 0.93% | - |
| HSV(B) | 134.59º | 0.15% | 1% | - |
| XYZ | 78.54 | 91.97 | 86.29 | - |
| YUV | 240.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 227 | 0.15 | 0 | 0.11 | 0 | 134.59 | 1 | 0.93 |
| Hex | DA | FF | E3 | F | 0 | B | 0 | 87 | 64 | 5D |
| Octal | 332 | 377 | 343 | 17 | 0 | 13 | 0 | 207 | 144 | 135 |
| Binary | 11011010 | 11111111 | 11100011 | 1111 | 0 | 1011 | 0 | 10000111 | 1100100 | 1011101 |
Color Harmonies of #DAFFE3
Complementary color
Monochromatic Colors of #DAFFE3
Black with #DAFFE3
Text Example
Text Example
White with #DAFFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFE3; }
p { color: rgb(218,255,227); }
H1.HeaderClassName
{
color: #DAFFE3;
}
.AnyTagClassName
{
color: #DAFFE3;
}
</style>
background-color css
<style>
a { background-color: #DAFFE3; }
a { background-color: rgb(218,255,227); }
div.DivClassName
{
background-color: #DAFFE3;
}
.BgClassName
{
background-color: #DAFFE3;
}
</style>
border-color css
<style>
span { border-color: #DAFFE3; }
span { border-color: rgb(218,255,227); }
td.TdClassName
{
border-color: #DAFFE3;
}
.TagClassName
{
border-color: #DAFFE3;
}
</style>