Shades of Cosmic Latte #DAF7E5
Tints of Cosmic Latte #DAF7E5
RGB
CMYK
RGB Variations
Color information
#DAF7E5 (or 0xDAF7E5) is known color: Cosmic Latte. HEX triplet: DA, F7 and E5. RGB value is (218,247,229). Sum of RGB (Red+Green+Blue) = 218+247+229=694 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.41% from 694); Green value is 247 (96.88% from 255 or 35.59% from 694); Blue value is 229 (89.84% from 255 or 33.00% from 694); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF7E5 is #25081A. Grayscale: #ECECEC. Windows color (decimal): -2426907 or 15071194. OLE color: 15071194.
HSL color Cylindrical-coordinate representation of color #DAF7E5: hue angle of 142.76º 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 #DAF7E5 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 229 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.03 |
| HSL | 142.76º | 0.64% | 0.91% | - |
| HSV(B) | 142.76º | 0.12% | 0.97% | - |
| XYZ | 76.32 | 87.08 | 86.92 | - |
| YUV | 236.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 229 | 0.12 | 0 | 0.07 | 0.03 | 142.76 | 0.64 | 0.91 |
| Hex | DA | F7 | E5 | C | 0 | 7 | 3 | 8F | 40 | 5B |
| Octal | 332 | 367 | 345 | 14 | 0 | 7 | 3 | 217 | 100 | 133 |
| Binary | 11011010 | 11110111 | 11100101 | 1100 | 0 | 111 | 11 | 10001111 | 1000000 | 1011011 |
Color Harmonies of #DAF7E5
Complementary color
Monochromatic Colors of #DAF7E5
Black with #DAF7E5
Text Example
Text Example
White with #DAF7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF7E5; }
p { color: rgb(218,247,229); }
H1.HeaderClassName
{
color: #DAF7E5;
}
.AnyTagClassName
{
color: #DAF7E5;
}
</style>
background-color css
<style>
a { background-color: #DAF7E5; }
a { background-color: rgb(218,247,229); }
div.DivClassName
{
background-color: #DAF7E5;
}
.BgClassName
{
background-color: #DAF7E5;
}
</style>
border-color css
<style>
span { border-color: #DAF7E5; }
span { border-color: rgb(218,247,229); }
td.TdClassName
{
border-color: #DAF7E5;
}
.TagClassName
{
border-color: #DAF7E5;
}
</style>