Shades of Cosmic Latte #DAF7E2
Tints of Cosmic Latte #DAF7E2
RGB
CMYK
RGB Variations
Color information
#DAF7E2 (or 0xDAF7E2) is known color: Cosmic Latte. HEX triplet: DA, F7 and E2. RGB value is (218,247,226). Sum of RGB (Red+Green+Blue) = 218+247+226=691 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.55% from 691); Green value is 247 (96.88% from 255 or 35.75% from 691); Blue value is 226 (88.67% from 255 or 32.71% from 691); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF7E2 is #25081D. Grayscale: #EBEBEB. Windows color (decimal): -2426910 or 14874586. OLE color: 14874586.
HSL color Cylindrical-coordinate representation of color #DAF7E2: hue angle of 136.55º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF7E2 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 226 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.03 |
| HSL | 136.55º | 0.64% | 0.91% | - |
| HSV(B) | 136.55º | 0.12% | 0.97% | - |
| XYZ | 75.9 | 86.92 | 84.73 | - |
| YUV | 235.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 226 | 0.12 | 0 | 0.09 | 0.03 | 136.55 | 0.64 | 0.91 |
| Hex | DA | F7 | E2 | C | 0 | 9 | 3 | 89 | 40 | 5B |
| Octal | 332 | 367 | 342 | 14 | 0 | 11 | 3 | 211 | 100 | 133 |
| Binary | 11011010 | 11110111 | 11100010 | 1100 | 0 | 1001 | 11 | 10001001 | 1000000 | 1011011 |
Color Harmonies of #DAF7E2
Complementary color
Monochromatic Colors of #DAF7E2
Black with #DAF7E2
Text Example
Text Example
White with #DAF7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF7E2; }
p { color: rgb(218,247,226); }
H1.HeaderClassName
{
color: #DAF7E2;
}
.AnyTagClassName
{
color: #DAF7E2;
}
</style>
background-color css
<style>
a { background-color: #DAF7E2; }
a { background-color: rgb(218,247,226); }
div.DivClassName
{
background-color: #DAF7E2;
}
.BgClassName
{
background-color: #DAF7E2;
}
</style>
border-color css
<style>
span { border-color: #DAF7E2; }
span { border-color: rgb(218,247,226); }
td.TdClassName
{
border-color: #DAF7E2;
}
.TagClassName
{
border-color: #DAF7E2;
}
</style>