Shades of Cosmic Latte #DAFEE1
Tints of Cosmic Latte #DAFEE1
RGB
CMYK
RGB Variations
Color information
#DAFEE1 (or 0xDAFEE1) is known color: Cosmic Latte. HEX triplet: DA, FE and E1. RGB value is (218,254,225). Sum of RGB (Red+Green+Blue) = 218+254+225=697 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.28% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 225 (88.28% from 255 or 32.28% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFEE1 is #25011E. Grayscale: #F0F0F0. Windows color (decimal): -2425119 or 14810842. OLE color: 14810842.
HSL color Cylindrical-coordinate representation of color #DAFEE1: hue angle of 131.67º 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 #DAFEE1 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
RGB | 218 | 254 | 225 | - |
CMYK | 0.14 | 0 | 0.11 | 0.00 |
HSL | 131.67º | 0.95% | 0.93% | - |
HSV(B) | 131.67º | 0.14% | 1% | - |
XYZ | 77.95 | 91.23 | 84.73 | - |
YUV | 239.93 | 119.57 | 112.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 254 | 225 | 0.14 | 0 | 0.11 | 0.00 | 131.67 | 0.95 | 0.93 |
Hex | DA | FE | E1 | E | 0 | B | 0 | 84 | 5F | 5D |
Octal | 332 | 376 | 341 | 16 | 0 | 13 | 0 | 204 | 137 | 135 |
Binary | 11011010 | 11111110 | 11100001 | 1110 | 0 | 1011 | 0 | 10000100 | 1011111 | 1011101 |
Color Harmonies of #DAFEE1
Complementary color
Monochromatic Colors of #DAFEE1
Black with #DAFEE1
Text Example
Text Example
White with #DAFEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFEE1; }
p { color: rgb(218,254,225); }
H1.HeaderClassName
{
color: #DAFEE1;
}
.AnyTagClassName
{
color: #DAFEE1;
}
</style>
background-color css
<style>
a { background-color: #DAFEE1; }
a { background-color: rgb(218,254,225); }
div.DivClassName
{
background-color: #DAFEE1;
}
.BgClassName
{
background-color: #DAFEE1;
}
</style>
border-color css
<style>
span { border-color: #DAFEE1; }
span { border-color: rgb(218,254,225); }
td.TdClassName
{
border-color: #DAFEE1;
}
.TagClassName
{
border-color: #DAFEE1;
}
</style>