Shades of Cosmic Latte #DAFFE1
Tints of Cosmic Latte #DAFFE1
RGB
CMYK
RGB Variations
Color information
#DAFFE1 (or 0xDAFFE1) is known color: Cosmic Latte. HEX triplet: DA, FF and E1. RGB value is (218,255,225). Sum of RGB (Red+Green+Blue) = 218+255+225=698 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.23% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 225 (88.28% from 255 or 32.23% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFE1 is #25001E. Grayscale: #F0F0F0. Windows color (decimal): -2424863 or 14811098. OLE color: 14811098.
HSL color Cylindrical-coordinate representation of color #DAFFE1: hue angle of 131.35º 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 #DAFFE1 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 225 | - |
| CMYK | 0.15 | 0 | 0.12 | 0 |
| HSL | 131.35º | 1% | 0.93% | - |
| HSV(B) | 131.35º | 0.15% | 1% | - |
| XYZ | 78.26 | 91.86 | 84.84 | - |
| YUV | 240.52 | 119.24 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 225 | 0.15 | 0 | 0.12 | 0 | 131.35 | 1 | 0.93 |
| Hex | DA | FF | E1 | F | 0 | C | 0 | 83 | 64 | 5D |
| Octal | 332 | 377 | 341 | 17 | 0 | 14 | 0 | 203 | 144 | 135 |
| Binary | 11011010 | 11111111 | 11100001 | 1111 | 0 | 1100 | 0 | 10000011 | 1100100 | 1011101 |
Color Harmonies of #DAFFE1
Complementary color
Monochromatic Colors of #DAFFE1
Black with #DAFFE1
Text Example
Text Example
White with #DAFFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFE1; }
p { color: rgb(218,255,225); }
H1.HeaderClassName
{
color: #DAFFE1;
}
.AnyTagClassName
{
color: #DAFFE1;
}
</style>
background-color css
<style>
a { background-color: #DAFFE1; }
a { background-color: rgb(218,255,225); }
div.DivClassName
{
background-color: #DAFFE1;
}
.BgClassName
{
background-color: #DAFFE1;
}
</style>
border-color css
<style>
span { border-color: #DAFFE1; }
span { border-color: rgb(218,255,225); }
td.TdClassName
{
border-color: #DAFFE1;
}
.TagClassName
{
border-color: #DAFFE1;
}
</style>