Shades of Cosmic Latte #DBF5E3
Tints of Cosmic Latte #DBF5E3
RGB
CMYK
RGB Variations
Color information
#DBF5E3 (or 0xDBF5E3) is known color: Cosmic Latte. HEX triplet: DB, F5 and E3. RGB value is (219,245,227). Sum of RGB (Red+Green+Blue) = 219+245+227=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 245 (96.09% from 255 or 35.46% from 691); Blue value is 227 (89.06% from 255 or 32.85% from 691); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF5E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF5E3 is #240A1C. Grayscale: #EBEBEB. Windows color (decimal): -2361885 or 14939611. OLE color: 14939611.
HSL color Cylindrical-coordinate representation of color #DBF5E3: hue angle of 138.46º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF5E3 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 245 | 227 | - |
CMYK | 0.11 | 0 | 0.07 | 0.04 |
HSL | 138.46º | 0.57% | 0.91% | - |
HSV(B) | 138.46º | 0.11% | 0.96% | - |
XYZ | 75.73 | 85.91 | 85.26 | - |
YUV | 235.17 | 123.39 | 116.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 245 | 227 | 0.11 | 0 | 0.07 | 0.04 | 138.46 | 0.57 | 0.91 |
Hex | DB | F5 | E3 | B | 0 | 7 | 4 | 8A | 39 | 5B |
Octal | 333 | 365 | 343 | 13 | 0 | 7 | 4 | 212 | 71 | 133 |
Binary | 11011011 | 11110101 | 11100011 | 1011 | 0 | 111 | 100 | 10001010 | 111001 | 1011011 |
Color Harmonies of #DBF5E3
Complementary color
Monochromatic Colors of #DBF5E3
Black with #DBF5E3
Text Example
Text Example
White with #DBF5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF5E3; }
p { color: rgb(219,245,227); }
H1.HeaderClassName
{
color: #DBF5E3;
}
.AnyTagClassName
{
color: #DBF5E3;
}
</style>
background-color css
<style>
a { background-color: #DBF5E3; }
a { background-color: rgb(219,245,227); }
div.DivClassName
{
background-color: #DBF5E3;
}
.BgClassName
{
background-color: #DBF5E3;
}
</style>
border-color css
<style>
span { border-color: #DBF5E3; }
span { border-color: rgb(219,245,227); }
td.TdClassName
{
border-color: #DBF5E3;
}
.TagClassName
{
border-color: #DBF5E3;
}
</style>