Shades of Cosmic Latte #DBFCE8
Tints of Cosmic Latte #DBFCE8
RGB
CMYK
RGB Variations
Color information
#DBFCE8 (or 0xDBFCE8) is known color: Cosmic Latte. HEX triplet: DB, FC and E8. RGB value is (219,252,232). Sum of RGB (Red+Green+Blue) = 219+252+232=703 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.15% from 703); Green value is 252 (98.83% from 255 or 35.85% from 703); Blue value is 232 (91.02% from 255 or 33.00% from 703); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFCE8 is #240317. Grayscale: #EFEFEF. Windows color (decimal): -2360088 or 15269083. OLE color: 15269083.
HSL color Cylindrical-coordinate representation of color #DBFCE8: hue angle of 143.64º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFCE8 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 252 | 232 | - |
CMYK | 0.13 | 0 | 0.08 | 0.01 |
HSL | 143.64º | 0.85% | 0.92% | - |
HSV(B) | 143.64º | 0.13% | 0.99% | - |
XYZ | 78.59 | 90.51 | 89.67 | - |
YUV | 239.85 | 123.57 | 113.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 252 | 232 | 0.13 | 0 | 0.08 | 0.01 | 143.64 | 0.85 | 0.92 |
Hex | DB | FC | E8 | D | 0 | 8 | 1 | 90 | 55 | 5C |
Octal | 333 | 374 | 350 | 15 | 0 | 10 | 1 | 220 | 125 | 134 |
Binary | 11011011 | 11111100 | 11101000 | 1101 | 0 | 1000 | 1 | 10010000 | 1010101 | 1011100 |
Color Harmonies of #DBFCE8
Complementary color
Monochromatic Colors of #DBFCE8
Black with #DBFCE8
Text Example
Text Example
White with #DBFCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCE8; }
p { color: rgb(219,252,232); }
H1.HeaderClassName
{
color: #DBFCE8;
}
.AnyTagClassName
{
color: #DBFCE8;
}
</style>
background-color css
<style>
a { background-color: #DBFCE8; }
a { background-color: rgb(219,252,232); }
div.DivClassName
{
background-color: #DBFCE8;
}
.BgClassName
{
background-color: #DBFCE8;
}
</style>
border-color css
<style>
span { border-color: #DBFCE8; }
span { border-color: rgb(219,252,232); }
td.TdClassName
{
border-color: #DBFCE8;
}
.TagClassName
{
border-color: #DBFCE8;
}
</style>