Shades of Cosmic Latte #DBFDEA
Tints of Cosmic Latte #DBFDEA
RGB
CMYK
RGB Variations
Color information
#DBFDEA (or 0xDBFDEA) is known color: Cosmic Latte. HEX triplet: DB, FD and EA. RGB value is (219,253,234). Sum of RGB (Red+Green+Blue) = 219+253+234=706 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.02% from 706); Green value is 253 (99.22% from 255 or 35.84% from 706); Blue value is 234 (91.80% from 255 or 33.14% from 706); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFDEA is #240215. Grayscale: #F0F0F0. Windows color (decimal): -2359830 or 15400411. OLE color: 15400411.
HSL color Cylindrical-coordinate representation of color #DBFDEA: hue angle of 146.47º 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 #DBFDEA is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 253 | 234 | - |
CMYK | 0.13 | 0 | 0.08 | 0.01 |
HSL | 146.47º | 0.89% | 0.93% | - |
HSV(B) | 146.47º | 0.13% | 0.99% | - |
XYZ | 79.19 | 91.25 | 91.28 | - |
YUV | 240.67 | 124.24 | 112.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 253 | 234 | 0.13 | 0 | 0.08 | 0.01 | 146.47 | 0.89 | 0.93 |
Hex | DB | FD | EA | D | 0 | 8 | 1 | 92 | 59 | 5D |
Octal | 333 | 375 | 352 | 15 | 0 | 10 | 1 | 222 | 131 | 135 |
Binary | 11011011 | 11111101 | 11101010 | 1101 | 0 | 1000 | 1 | 10010010 | 1011001 | 1011101 |
Color Harmonies of #DBFDEA
Complementary color
Monochromatic Colors of #DBFDEA
Black with #DBFDEA
Text Example
Text Example
White with #DBFDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDEA; }
p { color: rgb(219,253,234); }
H1.HeaderClassName
{
color: #DBFDEA;
}
.AnyTagClassName
{
color: #DBFDEA;
}
</style>
background-color css
<style>
a { background-color: #DBFDEA; }
a { background-color: rgb(219,253,234); }
div.DivClassName
{
background-color: #DBFDEA;
}
.BgClassName
{
background-color: #DBFDEA;
}
</style>
border-color css
<style>
span { border-color: #DBFDEA; }
span { border-color: rgb(219,253,234); }
td.TdClassName
{
border-color: #DBFDEA;
}
.TagClassName
{
border-color: #DBFDEA;
}
</style>