Shades of Cosmic Latte #DBFDE3
Tints of Cosmic Latte #DBFDE3
RGB
CMYK
RGB Variations
Color information
#DBFDE3 (or 0xDBFDE3) is known color: Cosmic Latte. HEX triplet: DB, FD and E3. RGB value is (219,253,227). Sum of RGB (Red+Green+Blue) = 219+253+227=699 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.33% from 699); Green value is 253 (99.22% from 255 or 36.19% from 699); Blue value is 227 (89.06% from 255 or 32.47% from 699); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDE3 is #24021C. Grayscale: #EFEFEF. Windows color (decimal): -2359837 or 14941659. OLE color: 14941659.
HSL color Cylindrical-coordinate representation of color #DBFDE3: hue angle of 134.12º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFDE3 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 253 | 227 | - |
CMYK | 0.13 | 0 | 0.10 | 0.01 |
HSL | 134.12º | 0.89% | 0.93% | - |
HSV(B) | 134.12º | 0.13% | 0.99% | - |
XYZ | 78.2 | 90.86 | 86.09 | - |
YUV | 239.87 | 120.74 | 113.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 253 | 227 | 0.13 | 0 | 0.10 | 0.01 | 134.12 | 0.89 | 0.93 |
Hex | DB | FD | E3 | D | 0 | A | 1 | 86 | 59 | 5D |
Octal | 333 | 375 | 343 | 15 | 0 | 12 | 1 | 206 | 131 | 135 |
Binary | 11011011 | 11111101 | 11100011 | 1101 | 0 | 1010 | 1 | 10000110 | 1011001 | 1011101 |
Color Harmonies of #DBFDE3
Complementary color
Monochromatic Colors of #DBFDE3
Black with #DBFDE3
Text Example
Text Example
White with #DBFDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDE3; }
p { color: rgb(219,253,227); }
H1.HeaderClassName
{
color: #DBFDE3;
}
.AnyTagClassName
{
color: #DBFDE3;
}
</style>
background-color css
<style>
a { background-color: #DBFDE3; }
a { background-color: rgb(219,253,227); }
div.DivClassName
{
background-color: #DBFDE3;
}
.BgClassName
{
background-color: #DBFDE3;
}
</style>
border-color css
<style>
span { border-color: #DBFDE3; }
span { border-color: rgb(219,253,227); }
td.TdClassName
{
border-color: #DBFDE3;
}
.TagClassName
{
border-color: #DBFDE3;
}
</style>