Shades of Cosmic Latte #DAFBE5
Tints of Cosmic Latte #DAFBE5
RGB
CMYK
RGB Variations
Color information
#DAFBE5 (or 0xDAFBE5) is known color: Cosmic Latte. HEX triplet: DA, FB and E5. RGB value is (218,251,229). Sum of RGB (Red+Green+Blue) = 218+251+229=698 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.23% from 698); Green value is 251 (98.44% from 255 or 35.96% from 698); Blue value is 229 (89.84% from 255 or 32.81% from 698); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBE5 is #25041A. Grayscale: #EEEEEE. Windows color (decimal): -2425883 or 15072218. OLE color: 15072218.
HSL color Cylindrical-coordinate representation of color #DAFBE5: hue angle of 140º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAFBE5 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 251 | 229 | - |
CMYK | 0.13 | 0 | 0.09 | 0.02 |
HSL | 140º | 0.8% | 0.92% | - |
HSV(B) | 140º | 0.13% | 0.98% | - |
XYZ | 77.55 | 89.56 | 87.33 | - |
YUV | 238.63 | 122.57 | 113.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 251 | 229 | 0.13 | 0 | 0.09 | 0.02 | 140 | 0.8 | 0.92 |
Hex | DA | FB | E5 | D | 0 | 9 | 2 | 8C | 50 | 5C |
Octal | 332 | 373 | 345 | 15 | 0 | 11 | 2 | 214 | 120 | 134 |
Binary | 11011010 | 11111011 | 11100101 | 1101 | 0 | 1001 | 10 | 10001100 | 1010000 | 1011100 |
Color Harmonies of #DAFBE5
Complementary color
Monochromatic Colors of #DAFBE5
Black with #DAFBE5
Text Example
Text Example
White with #DAFBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFBE5; }
p { color: rgb(218,251,229); }
H1.HeaderClassName
{
color: #DAFBE5;
}
.AnyTagClassName
{
color: #DAFBE5;
}
</style>
background-color css
<style>
a { background-color: #DAFBE5; }
a { background-color: rgb(218,251,229); }
div.DivClassName
{
background-color: #DAFBE5;
}
.BgClassName
{
background-color: #DAFBE5;
}
</style>
border-color css
<style>
span { border-color: #DAFBE5; }
span { border-color: rgb(218,251,229); }
td.TdClassName
{
border-color: #DAFBE5;
}
.TagClassName
{
border-color: #DAFBE5;
}
</style>