Shades of Cosmic Latte #DAFEE0
Tints of Cosmic Latte #DAFEE0
RGB
CMYK
RGB Variations
Color information
#DAFEE0 (or 0xDAFEE0) is known color: Cosmic Latte. HEX triplet: DA, FE and E0. RGB value is (218,254,224). Sum of RGB (Red+Green+Blue) = 218+254+224=696 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.32% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 224 (87.89% from 255 or 32.18% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFEE0 is #25011F. Grayscale: #EFEFEF. Windows color (decimal): -2425120 or 14745306. OLE color: 14745306.
HSL color Cylindrical-coordinate representation of color #DAFEE0: hue angle of 130º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFEE0 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
RGB | 218 | 254 | 224 | - |
CMYK | 0.14 | 0 | 0.12 | 0.00 |
HSL | 130º | 0.95% | 0.93% | - |
HSV(B) | 130º | 0.14% | 1% | - |
XYZ | 77.81 | 91.17 | 84.02 | - |
YUV | 239.82 | 119.07 | 112.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 254 | 224 | 0.14 | 0 | 0.12 | 0.00 | 130 | 0.95 | 0.93 |
Hex | DA | FE | E0 | E | 0 | C | 0 | 82 | 5F | 5D |
Octal | 332 | 376 | 340 | 16 | 0 | 14 | 0 | 202 | 137 | 135 |
Binary | 11011010 | 11111110 | 11100000 | 1110 | 0 | 1100 | 0 | 10000010 | 1011111 | 1011101 |
Color Harmonies of #DAFEE0
Complementary color
Monochromatic Colors of #DAFEE0
Black with #DAFEE0
Text Example
Text Example
White with #DAFEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFEE0; }
p { color: rgb(218,254,224); }
H1.HeaderClassName
{
color: #DAFEE0;
}
.AnyTagClassName
{
color: #DAFEE0;
}
</style>
background-color css
<style>
a { background-color: #DAFEE0; }
a { background-color: rgb(218,254,224); }
div.DivClassName
{
background-color: #DAFEE0;
}
.BgClassName
{
background-color: #DAFEE0;
}
</style>
border-color css
<style>
span { border-color: #DAFEE0; }
span { border-color: rgb(218,254,224); }
td.TdClassName
{
border-color: #DAFEE0;
}
.TagClassName
{
border-color: #DAFEE0;
}
</style>