Shades of Cosmic Latte #DBFEE6
Tints of Cosmic Latte #DBFEE6
RGB
CMYK
RGB Variations
Color information
#DBFEE6 (or 0xDBFEE6) is known color: Cosmic Latte. HEX triplet: DB, FE and E6. RGB value is (219,254,230). Sum of RGB (Red+Green+Blue) = 219+254+230=703 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.15% from 703); Green value is 254 (99.61% from 255 or 36.13% from 703); Blue value is 230 (90.23% from 255 or 32.72% from 703); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFEE6 is #240119. Grayscale: #F0F0F0. Windows color (decimal): -2359578 or 15138523. OLE color: 15138523.
HSL color Cylindrical-coordinate representation of color #DBFEE6: hue angle of 138.86º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFEE6 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 254 | 230 | - |
CMYK | 0.14 | 0 | 0.09 | 0.00 |
HSL | 138.86º | 0.95% | 0.93% | - |
HSV(B) | 138.86º | 0.14% | 1% | - |
XYZ | 78.94 | 91.66 | 88.39 | - |
YUV | 240.8 | 121.9 | 112.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 254 | 230 | 0.14 | 0 | 0.09 | 0.00 | 138.86 | 0.95 | 0.93 |
Hex | DB | FE | E6 | E | 0 | 9 | 0 | 8B | 5F | 5D |
Octal | 333 | 376 | 346 | 16 | 0 | 11 | 0 | 213 | 137 | 135 |
Binary | 11011011 | 11111110 | 11100110 | 1110 | 0 | 1001 | 0 | 10001011 | 1011111 | 1011101 |
Color Harmonies of #DBFEE6
Complementary color
Monochromatic Colors of #DBFEE6
Black with #DBFEE6
Text Example
Text Example
White with #DBFEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEE6; }
p { color: rgb(219,254,230); }
H1.HeaderClassName
{
color: #DBFEE6;
}
.AnyTagClassName
{
color: #DBFEE6;
}
</style>
background-color css
<style>
a { background-color: #DBFEE6; }
a { background-color: rgb(219,254,230); }
div.DivClassName
{
background-color: #DBFEE6;
}
.BgClassName
{
background-color: #DBFEE6;
}
</style>
border-color css
<style>
span { border-color: #DBFEE6; }
span { border-color: rgb(219,254,230); }
td.TdClassName
{
border-color: #DBFEE6;
}
.TagClassName
{
border-color: #DBFEE6;
}
</style>