Shades of Cosmic Latte #DAF3E2
Tints of Cosmic Latte #DAF3E2
RGB
CMYK
RGB Variations
Color information
#DAF3E2 (or 0xDAF3E2) is known color: Cosmic Latte. HEX triplet: DA, F3 and E2. RGB value is (218,243,226). Sum of RGB (Red+Green+Blue) = 218+243+226=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 243 (95.31% from 255 or 35.37% from 687); Blue value is 226 (88.67% from 255 or 32.90% from 687); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF3E2 is #250C1D. Grayscale: #E9E9E9. Windows color (decimal): -2427934 or 14873562. OLE color: 14873562.
HSL color Cylindrical-coordinate representation of color #DAF3E2: hue angle of 139.2º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAF3E2 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 226 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.05 |
| HSL | 139.2º | 0.51% | 0.9% | - |
| HSV(B) | 139.2º | 0.1% | 0.95% | - |
| XYZ | 74.69 | 84.5 | 84.32 | - |
| YUV | 233.59 | 123.72 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 226 | 0.10 | 0 | 0.07 | 0.05 | 139.2 | 0.51 | 0.9 |
| Hex | DA | F3 | E2 | A | 0 | 7 | 5 | 8B | 33 | 5A |
| Octal | 332 | 363 | 342 | 12 | 0 | 7 | 5 | 213 | 63 | 132 |
| Binary | 11011010 | 11110011 | 11100010 | 1010 | 0 | 111 | 101 | 10001011 | 110011 | 1011010 |
Color Harmonies of #DAF3E2
Complementary color
Monochromatic Colors of #DAF3E2
Black with #DAF3E2
Text Example
Text Example
White with #DAF3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF3E2; }
p { color: rgb(218,243,226); }
H1.HeaderClassName
{
color: #DAF3E2;
}
.AnyTagClassName
{
color: #DAF3E2;
}
</style>
background-color css
<style>
a { background-color: #DAF3E2; }
a { background-color: rgb(218,243,226); }
div.DivClassName
{
background-color: #DAF3E2;
}
.BgClassName
{
background-color: #DAF3E2;
}
</style>
border-color css
<style>
span { border-color: #DAF3E2; }
span { border-color: rgb(218,243,226); }
td.TdClassName
{
border-color: #DAF3E2;
}
.TagClassName
{
border-color: #DAF3E2;
}
</style>