Shades of Cosmic Latte #DBF6E2
Tints of Cosmic Latte #DBF6E2
RGB
CMYK
RGB Variations
Color information
#DBF6E2 (or 0xDBF6E2) is known color: Cosmic Latte. HEX triplet: DB, F6 and E2. RGB value is (219,246,226). Sum of RGB (Red+Green+Blue) = 219+246+226=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 246 (96.48% from 255 or 35.60% from 691); Blue value is 226 (88.67% from 255 or 32.71% from 691); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF6E2 is #24091D. Grayscale: #EBEBEB. Windows color (decimal): -2361630 or 14874331. OLE color: 14874331.
HSL color Cylindrical-coordinate representation of color #DBF6E2: hue angle of 135.56º degrees, saturation: 0.6, 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 #DBF6E2 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 246 | 226 | - |
CMYK | 0.11 | 0 | 0.08 | 0.04 |
HSL | 135.56º | 0.6% | 0.91% | - |
HSV(B) | 135.56º | 0.11% | 0.96% | - |
XYZ | 75.9 | 86.46 | 84.64 | - |
YUV | 235.65 | 122.55 | 116.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 246 | 226 | 0.11 | 0 | 0.08 | 0.04 | 135.56 | 0.6 | 0.91 |
Hex | DB | F6 | E2 | B | 0 | 8 | 4 | 88 | 3C | 5B |
Octal | 333 | 366 | 342 | 13 | 0 | 10 | 4 | 210 | 74 | 133 |
Binary | 11011011 | 11110110 | 11100010 | 1011 | 0 | 1000 | 100 | 10001000 | 111100 | 1011011 |
Color Harmonies of #DBF6E2
Complementary color
Monochromatic Colors of #DBF6E2
Black with #DBF6E2
Text Example
Text Example
White with #DBF6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF6E2; }
p { color: rgb(219,246,226); }
H1.HeaderClassName
{
color: #DBF6E2;
}
.AnyTagClassName
{
color: #DBF6E2;
}
</style>
background-color css
<style>
a { background-color: #DBF6E2; }
a { background-color: rgb(219,246,226); }
div.DivClassName
{
background-color: #DBF6E2;
}
.BgClassName
{
background-color: #DBF6E2;
}
</style>
border-color css
<style>
span { border-color: #DBF6E2; }
span { border-color: rgb(219,246,226); }
td.TdClassName
{
border-color: #DBF6E2;
}
.TagClassName
{
border-color: #DBF6E2;
}
</style>