Shades of Cosmic Latte #DAF5E3
Tints of Cosmic Latte #DAF5E3
RGB
CMYK
RGB Variations
Color information
#DAF5E3 (or 0xDAF5E3) is known color: Cosmic Latte. HEX triplet: DA, F5 and E3. RGB value is (218,245,227). Sum of RGB (Red+Green+Blue) = 218+245+227=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 245 (96.09% from 255 or 35.51% from 690); Blue value is 227 (89.06% from 255 or 32.90% from 690); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF5E3 is #250A1C. Grayscale: #EAEAEA. Windows color (decimal): -2427421 or 14939610. OLE color: 14939610.
HSL color Cylindrical-coordinate representation of color #DAF5E3: hue angle of 140º degrees, saturation: 0.57, 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 #DAF5E3 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 227 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.04 |
| HSL | 140º | 0.57% | 0.91% | - |
| HSV(B) | 140º | 0.11% | 0.96% | - |
| XYZ | 75.43 | 85.76 | 85.25 | - |
| YUV | 234.88 | 123.55 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 227 | 0.11 | 0 | 0.07 | 0.04 | 140 | 0.57 | 0.91 |
| Hex | DA | F5 | E3 | B | 0 | 7 | 4 | 8C | 39 | 5B |
| Octal | 332 | 365 | 343 | 13 | 0 | 7 | 4 | 214 | 71 | 133 |
| Binary | 11011010 | 11110101 | 11100011 | 1011 | 0 | 111 | 100 | 10001100 | 111001 | 1011011 |
Color Harmonies of #DAF5E3
Complementary color
Monochromatic Colors of #DAF5E3
Black with #DAF5E3
Text Example
Text Example
White with #DAF5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF5E3; }
p { color: rgb(218,245,227); }
H1.HeaderClassName
{
color: #DAF5E3;
}
.AnyTagClassName
{
color: #DAF5E3;
}
</style>
background-color css
<style>
a { background-color: #DAF5E3; }
a { background-color: rgb(218,245,227); }
div.DivClassName
{
background-color: #DAF5E3;
}
.BgClassName
{
background-color: #DAF5E3;
}
</style>
border-color css
<style>
span { border-color: #DAF5E3; }
span { border-color: rgb(218,245,227); }
td.TdClassName
{
border-color: #DAF5E3;
}
.TagClassName
{
border-color: #DAF5E3;
}
</style>