Shades of Cosmic Latte #DBFBE6
Tints of Cosmic Latte #DBFBE6
RGB
CMYK
RGB Variations
Color information
#DBFBE6 (or 0xDBFBE6) is known color: Cosmic Latte. HEX triplet: DB, FB and E6. RGB value is (219,251,230). Sum of RGB (Red+Green+Blue) = 219+251+230=700 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.29% from 700); Green value is 251 (98.44% from 255 or 35.86% from 700); Blue value is 230 (90.23% from 255 or 32.86% from 700); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFBE6 is #240419. Grayscale: #EFEFEF. Windows color (decimal): -2360346 or 15137755. OLE color: 15137755.
HSL color Cylindrical-coordinate representation of color #DBFBE6: hue angle of 140.62º 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 #DBFBE6 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 251 | 230 | - |
CMYK | 0.13 | 0 | 0.08 | 0.02 |
HSL | 140.63º | 0.8% | 0.92% | - |
HSV(B) | 140.63º | 0.13% | 0.98% | - |
XYZ | 77.99 | 89.77 | 88.08 | - |
YUV | 239.04 | 122.9 | 113.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 251 | 230 | 0.13 | 0 | 0.08 | 0.02 | 140.63 | 0.8 | 0.92 |
Hex | DB | FB | E6 | D | 0 | 8 | 2 | 8D | 50 | 5C |
Octal | 333 | 373 | 346 | 15 | 0 | 10 | 2 | 215 | 120 | 134 |
Binary | 11011011 | 11111011 | 11100110 | 1101 | 0 | 1000 | 10 | 10001101 | 1010000 | 1011100 |
Color Harmonies of #DBFBE6
Complementary color
Monochromatic Colors of #DBFBE6
Black with #DBFBE6
Text Example
Text Example
White with #DBFBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBE6; }
p { color: rgb(219,251,230); }
H1.HeaderClassName
{
color: #DBFBE6;
}
.AnyTagClassName
{
color: #DBFBE6;
}
</style>
background-color css
<style>
a { background-color: #DBFBE6; }
a { background-color: rgb(219,251,230); }
div.DivClassName
{
background-color: #DBFBE6;
}
.BgClassName
{
background-color: #DBFBE6;
}
</style>
border-color css
<style>
span { border-color: #DBFBE6; }
span { border-color: rgb(219,251,230); }
td.TdClassName
{
border-color: #DBFBE6;
}
.TagClassName
{
border-color: #DBFBE6;
}
</style>