Shades of Cosmic Latte #DAF2E2
Tints of Cosmic Latte #DAF2E2
RGB
CMYK
RGB Variations
Color information
#DAF2E2 (or 0xDAF2E2) is known color: Cosmic Latte. HEX triplet: DA, F2 and E2. RGB value is (218,242,226). Sum of RGB (Red+Green+Blue) = 218+242+226=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 226 (88.67% from 255 or 32.94% from 686); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2E2 is #250D1D. Grayscale: #E9E9E9. Windows color (decimal): -2428190 or 14873306. OLE color: 14873306.
HSL color Cylindrical-coordinate representation of color #DAF2E2: hue angle of 140º degrees, saturation: 0.48, 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 #DAF2E2 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 242 | 226 | - |
CMYK | 0.10 | 0 | 0.07 | 0.05 |
HSL | 140º | 0.48% | 0.9% | - |
HSV(B) | 140º | 0.1% | 0.95% | - |
XYZ | 74.39 | 83.9 | 84.23 | - |
YUV | 233 | 124.05 | 117.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 242 | 226 | 0.10 | 0 | 0.07 | 0.05 | 140 | 0.48 | 0.9 |
Hex | DA | F2 | E2 | A | 0 | 7 | 5 | 8C | 30 | 5A |
Octal | 332 | 362 | 342 | 12 | 0 | 7 | 5 | 214 | 60 | 132 |
Binary | 11011010 | 11110010 | 11100010 | 1010 | 0 | 111 | 101 | 10001100 | 110000 | 1011010 |
Color Harmonies of #DAF2E2
Complementary color
Monochromatic Colors of #DAF2E2
Black with #DAF2E2
Text Example
Text Example
White with #DAF2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF2E2; }
p { color: rgb(218,242,226); }
H1.HeaderClassName
{
color: #DAF2E2;
}
.AnyTagClassName
{
color: #DAF2E2;
}
</style>
background-color css
<style>
a { background-color: #DAF2E2; }
a { background-color: rgb(218,242,226); }
div.DivClassName
{
background-color: #DAF2E2;
}
.BgClassName
{
background-color: #DAF2E2;
}
</style>
border-color css
<style>
span { border-color: #DAF2E2; }
span { border-color: rgb(218,242,226); }
td.TdClassName
{
border-color: #DAF2E2;
}
.TagClassName
{
border-color: #DAF2E2;
}
</style>