Shades of Cosmic Latte #DBF7E4
Tints of Cosmic Latte #DBF7E4
RGB
CMYK
RGB Variations
Color information
#DBF7E4 (or 0xDBF7E4) is known color: Cosmic Latte. HEX triplet: DB, F7 and E4. RGB value is (219,247,228). Sum of RGB (Red+Green+Blue) = 219+247+228=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 247 (96.88% from 255 or 35.59% from 694); Blue value is 228 (89.45% from 255 or 32.85% from 694); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF7E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF7E4 is #24081B. Grayscale: #ECECEC. Windows color (decimal): -2361372 or 15005659. OLE color: 15005659.
HSL color Cylindrical-coordinate representation of color #DBF7E4: hue angle of 139.29º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF7E4 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 228 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.03 |
| HSL | 139.29º | 0.64% | 0.91% | - |
| HSV(B) | 139.29º | 0.11% | 0.97% | - |
| XYZ | 76.48 | 87.18 | 86.2 | - |
| YUV | 236.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 228 | 0.11 | 0 | 0.08 | 0.03 | 139.29 | 0.64 | 0.91 |
| Hex | DB | F7 | E4 | B | 0 | 8 | 3 | 8B | 40 | 5B |
| Octal | 333 | 367 | 344 | 13 | 0 | 10 | 3 | 213 | 100 | 133 |
| Binary | 11011011 | 11110111 | 11100100 | 1011 | 0 | 1000 | 11 | 10001011 | 1000000 | 1011011 |
Color Harmonies of #DBF7E4
Complementary color
Monochromatic Colors of #DBF7E4
Black with #DBF7E4
Text Example
Text Example
White with #DBF7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF7E4; }
p { color: rgb(219,247,228); }
H1.HeaderClassName
{
color: #DBF7E4;
}
.AnyTagClassName
{
color: #DBF7E4;
}
</style>
background-color css
<style>
a { background-color: #DBF7E4; }
a { background-color: rgb(219,247,228); }
div.DivClassName
{
background-color: #DBF7E4;
}
.BgClassName
{
background-color: #DBF7E4;
}
</style>
border-color css
<style>
span { border-color: #DBF7E4; }
span { border-color: rgb(219,247,228); }
td.TdClassName
{
border-color: #DBF7E4;
}
.TagClassName
{
border-color: #DBF7E4;
}
</style>