Shades of Cosmic Latte #DAF4E2
Tints of Cosmic Latte #DAF4E2
RGB
CMYK
RGB Variations
Color information
#DAF4E2 (or 0xDAF4E2) is known color: Cosmic Latte. HEX triplet: DA, F4 and E2. RGB value is (218,244,226). Sum of RGB (Red+Green+Blue) = 218+244+226=688 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.69% from 688); Green value is 244 (95.70% from 255 or 35.47% from 688); Blue value is 226 (88.67% from 255 or 32.85% from 688); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF4E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF4E2 is #250B1D. Grayscale: #EAEAEA. Windows color (decimal): -2427678 or 14873818. OLE color: 14873818.
HSL color Cylindrical-coordinate representation of color #DAF4E2: hue angle of 138.46º degrees, saturation: 0.54, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAF4E2 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 244 | 226 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.04 |
| HSL | 138.46º | 0.54% | 0.91% | - |
| HSV(B) | 138.46º | 0.11% | 0.96% | - |
| XYZ | 74.99 | 85.1 | 84.42 | - |
| YUV | 234.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 244 | 226 | 0.11 | 0 | 0.07 | 0.04 | 138.46 | 0.54 | 0.91 |
| Hex | DA | F4 | E2 | B | 0 | 7 | 4 | 8A | 36 | 5B |
| Octal | 332 | 364 | 342 | 13 | 0 | 7 | 4 | 212 | 66 | 133 |
| Binary | 11011010 | 11110100 | 11100010 | 1011 | 0 | 111 | 100 | 10001010 | 110110 | 1011011 |
Color Harmonies of #DAF4E2
Complementary color
Monochromatic Colors of #DAF4E2
Black with #DAF4E2
Text Example
Text Example
White with #DAF4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF4E2; }
p { color: rgb(218,244,226); }
H1.HeaderClassName
{
color: #DAF4E2;
}
.AnyTagClassName
{
color: #DAF4E2;
}
</style>
background-color css
<style>
a { background-color: #DAF4E2; }
a { background-color: rgb(218,244,226); }
div.DivClassName
{
background-color: #DAF4E2;
}
.BgClassName
{
background-color: #DAF4E2;
}
</style>
border-color css
<style>
span { border-color: #DAF4E2; }
span { border-color: rgb(218,244,226); }
td.TdClassName
{
border-color: #DAF4E2;
}
.TagClassName
{
border-color: #DAF4E2;
}
</style>