Shades of Cosmic Latte #DAFEEA
Tints of Cosmic Latte #DAFEEA
RGB
CMYK
RGB Variations
Color information
#DAFEEA (or 0xDAFEEA) is known color: Cosmic Latte. HEX triplet: DA, FE and EA. RGB value is (218,254,234). Sum of RGB (Red+Green+Blue) = 218+254+234=706 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.88% from 706); Green value is 254 (99.61% from 255 or 35.98% from 706); Blue value is 234 (91.80% from 255 or 33.14% from 706); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFEEA is #250115. Grayscale: #F1F1F1. Windows color (decimal): -2425110 or 15400666. OLE color: 15400666.
HSL color Cylindrical-coordinate representation of color #DAFEEA: hue angle of 146.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 #DAFEEA is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
RGB | 218 | 254 | 234 | - |
CMYK | 0.14 | 0 | 0.08 | 0.00 |
HSL | 146.67º | 0.95% | 0.93% | - |
HSV(B) | 146.67º | 0.14% | 1% | - |
XYZ | 79.21 | 91.73 | 91.37 | - |
YUV | 240.96 | 124.07 | 111.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 254 | 234 | 0.14 | 0 | 0.08 | 0.00 | 146.67 | 0.95 | 0.93 |
Hex | DA | FE | EA | E | 0 | 8 | 0 | 93 | 5F | 5D |
Octal | 332 | 376 | 352 | 16 | 0 | 10 | 0 | 223 | 137 | 135 |
Binary | 11011010 | 11111110 | 11101010 | 1110 | 0 | 1000 | 0 | 10010011 | 1011111 | 1011101 |
Color Harmonies of #DAFEEA
Complementary color
Monochromatic Colors of #DAFEEA
Black with #DAFEEA
Text Example
Text Example
White with #DAFEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFEEA; }
p { color: rgb(218,254,234); }
H1.HeaderClassName
{
color: #DAFEEA;
}
.AnyTagClassName
{
color: #DAFEEA;
}
</style>
background-color css
<style>
a { background-color: #DAFEEA; }
a { background-color: rgb(218,254,234); }
div.DivClassName
{
background-color: #DAFEEA;
}
.BgClassName
{
background-color: #DAFEEA;
}
</style>
border-color css
<style>
span { border-color: #DAFEEA; }
span { border-color: rgb(218,254,234); }
td.TdClassName
{
border-color: #DAFEEA;
}
.TagClassName
{
border-color: #DAFEEA;
}
</style>