Shades of Cosmic Latte #DAF0E2
Tints of Cosmic Latte #DAF0E2
RGB
CMYK
RGB Variations
Color information
#DAF0E2 (or 0xDAF0E2) is known color: Cosmic Latte. HEX triplet: DA, F0 and E2. RGB value is (218,240,226). Sum of RGB (Red+Green+Blue) = 218+240+226=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 240 (94.14% from 255 or 35.09% from 684); Blue value is 226 (88.67% from 255 or 33.04% from 684); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF0E2 is #250F1D. Grayscale: #E7E7E7. Windows color (decimal): -2428702 or 14872794. OLE color: 14872794.
HSL color Cylindrical-coordinate representation of color #DAF0E2: hue angle of 141.82º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAF0E2 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
RGB | 218 | 240 | 226 | - |
CMYK | 0.09 | 0 | 0.06 | 0.06 |
HSL | 141.82º | 0.42% | 0.9% | - |
HSV(B) | 141.82º | 0.09% | 0.94% | - |
XYZ | 73.8 | 82.72 | 84.03 | - |
YUV | 231.83 | 124.71 | 118.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 240 | 226 | 0.09 | 0 | 0.06 | 0.06 | 141.82 | 0.42 | 0.9 |
Hex | DA | F0 | E2 | 9 | 0 | 6 | 6 | 8E | 2A | 5A |
Octal | 332 | 360 | 342 | 11 | 0 | 6 | 6 | 216 | 52 | 132 |
Binary | 11011010 | 11110000 | 11100010 | 1001 | 0 | 110 | 110 | 10001110 | 101010 | 1011010 |
Color Harmonies of #DAF0E2
Complementary color
Monochromatic Colors of #DAF0E2
Black with #DAF0E2
Text Example
Text Example
White with #DAF0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF0E2; }
p { color: rgb(218,240,226); }
H1.HeaderClassName
{
color: #DAF0E2;
}
.AnyTagClassName
{
color: #DAF0E2;
}
</style>
background-color css
<style>
a { background-color: #DAF0E2; }
a { background-color: rgb(218,240,226); }
div.DivClassName
{
background-color: #DAF0E2;
}
.BgClassName
{
background-color: #DAF0E2;
}
</style>
border-color css
<style>
span { border-color: #DAF0E2; }
span { border-color: rgb(218,240,226); }
td.TdClassName
{
border-color: #DAF0E2;
}
.TagClassName
{
border-color: #DAF0E2;
}
</style>