Shades of Cosmic Latte #DBFBE7
Tints of Cosmic Latte #DBFBE7
RGB
CMYK
RGB Variations
Color information
#DBFBE7 (or 0xDBFBE7) is known color: Cosmic Latte. HEX triplet: DB, FB and E7. RGB value is (219,251,231). Sum of RGB (Red+Green+Blue) = 219+251+231=701 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.24% from 701); Green value is 251 (98.44% from 255 or 35.81% from 701); Blue value is 231 (90.62% from 255 or 32.95% from 701); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFBE7 is #240418. Grayscale: #EFEFEF. Windows color (decimal): -2360345 or 15203291. OLE color: 15203291.
HSL color Cylindrical-coordinate representation of color #DBFBE7: hue angle of 142.5º 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 #DBFBE7 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 231 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.02 |
| HSL | 142.5º | 0.8% | 0.92% | - |
| HSV(B) | 142.5º | 0.13% | 0.98% | - |
| XYZ | 78.13 | 89.82 | 88.82 | - |
| YUV | 239.15 | 123.4 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 231 | 0.13 | 0 | 0.08 | 0.02 | 142.5 | 0.8 | 0.92 |
| Hex | DB | FB | E7 | D | 0 | 8 | 2 | 8E | 50 | 5C |
| Octal | 333 | 373 | 347 | 15 | 0 | 10 | 2 | 216 | 120 | 134 |
| Binary | 11011011 | 11111011 | 11100111 | 1101 | 0 | 1000 | 10 | 10001110 | 1010000 | 1011100 |
Color Harmonies of #DBFBE7
Complementary color
Monochromatic Colors of #DBFBE7
Black with #DBFBE7
Text Example
Text Example
White with #DBFBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBE7; }
p { color: rgb(219,251,231); }
H1.HeaderClassName
{
color: #DBFBE7;
}
.AnyTagClassName
{
color: #DBFBE7;
}
</style>
background-color css
<style>
a { background-color: #DBFBE7; }
a { background-color: rgb(219,251,231); }
div.DivClassName
{
background-color: #DBFBE7;
}
.BgClassName
{
background-color: #DBFBE7;
}
</style>
border-color css
<style>
span { border-color: #DBFBE7; }
span { border-color: rgb(219,251,231); }
td.TdClassName
{
border-color: #DBFBE7;
}
.TagClassName
{
border-color: #DBFBE7;
}
</style>