Shades of Cosmic Latte #DBFFE2
Tints of Cosmic Latte #DBFFE2
RGB
CMYK
RGB Variations
Color information
#DBFFE2 (or 0xDBFFE2) is known color: Cosmic Latte. HEX triplet: DB, FF and E2. RGB value is (219,255,226). Sum of RGB (Red+Green+Blue) = 219+255+226=700 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.29% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 226 (88.67% from 255 or 32.29% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFE2 is #24001D. Grayscale: #F1F1F1. Windows color (decimal): -2359326 or 14876635. OLE color: 14876635.
HSL color Cylindrical-coordinate representation of color #DBFFE2: hue angle of 131.67º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFFE2 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 255 | 226 | - |
CMYK | 0.14 | 0 | 0.11 | 0 |
HSL | 131.67º | 1% | 0.93% | - |
HSV(B) | 131.67º | 0.14% | 1% | - |
XYZ | 78.7 | 92.07 | 85.58 | - |
YUV | 240.93 | 119.57 | 112.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 255 | 226 | 0.14 | 0 | 0.11 | 0 | 131.67 | 1 | 0.93 |
Hex | DB | FF | E2 | E | 0 | B | 0 | 84 | 64 | 5D |
Octal | 333 | 377 | 342 | 16 | 0 | 13 | 0 | 204 | 144 | 135 |
Binary | 11011011 | 11111111 | 11100010 | 1110 | 0 | 1011 | 0 | 10000100 | 1100100 | 1011101 |
Color Harmonies of #DBFFE2
Complementary color
Monochromatic Colors of #DBFFE2
Black with #DBFFE2
Text Example
Text Example
White with #DBFFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFE2; }
p { color: rgb(219,255,226); }
H1.HeaderClassName
{
color: #DBFFE2;
}
.AnyTagClassName
{
color: #DBFFE2;
}
</style>
background-color css
<style>
a { background-color: #DBFFE2; }
a { background-color: rgb(219,255,226); }
div.DivClassName
{
background-color: #DBFFE2;
}
.BgClassName
{
background-color: #DBFFE2;
}
</style>
border-color css
<style>
span { border-color: #DBFFE2; }
span { border-color: rgb(219,255,226); }
td.TdClassName
{
border-color: #DBFFE2;
}
.TagClassName
{
border-color: #DBFFE2;
}
</style>