Shades of Cosmic Latte #DBFFEB
Tints of Cosmic Latte #DBFFEB
RGB
CMYK
RGB Variations
Color information
#DBFFEB (or 0xDBFFEB) is known color: Cosmic Latte. HEX triplet: DB, FF and EB. RGB value is (219,255,235). Sum of RGB (Red+Green+Blue) = 219+255+235=709 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.89% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 235 (92.19% from 255 or 33.15% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFFEB is #240014. Grayscale: #F1F1F1. Windows color (decimal): -2359317 or 15466459. OLE color: 15466459.
HSL color Cylindrical-coordinate representation of color #DBFFEB: hue angle of 146.67º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFFEB is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 255 | 235 | - |
CMYK | 0.14 | 0 | 0.08 | 0 |
HSL | 146.67º | 1% | 0.93% | - |
HSV(B) | 146.67º | 0.14% | 1% | - |
XYZ | 79.97 | 92.58 | 92.25 | - |
YUV | 241.96 | 124.07 | 111.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 255 | 235 | 0.14 | 0 | 0.08 | 0 | 146.67 | 1 | 0.93 |
Hex | DB | FF | EB | E | 0 | 8 | 0 | 93 | 64 | 5D |
Octal | 333 | 377 | 353 | 16 | 0 | 10 | 0 | 223 | 144 | 135 |
Binary | 11011011 | 11111111 | 11101011 | 1110 | 0 | 1000 | 0 | 10010011 | 1100100 | 1011101 |
Color Harmonies of #DBFFEB
Complementary color
Monochromatic Colors of #DBFFEB
Black with #DBFFEB
Text Example
Text Example
White with #DBFFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFEB; }
p { color: rgb(219,255,235); }
H1.HeaderClassName
{
color: #DBFFEB;
}
.AnyTagClassName
{
color: #DBFFEB;
}
</style>
background-color css
<style>
a { background-color: #DBFFEB; }
a { background-color: rgb(219,255,235); }
div.DivClassName
{
background-color: #DBFFEB;
}
.BgClassName
{
background-color: #DBFFEB;
}
</style>
border-color css
<style>
span { border-color: #DBFFEB; }
span { border-color: rgb(219,255,235); }
td.TdClassName
{
border-color: #DBFFEB;
}
.TagClassName
{
border-color: #DBFFEB;
}
</style>