Shades of Cosmic Latte #DBFCE7
Tints of Cosmic Latte #DBFCE7
RGB
CMYK
RGB Variations
Color information
#DBFCE7 (or 0xDBFCE7) is known color: Cosmic Latte. HEX triplet: DB, FC and E7. RGB value is (219,252,231). Sum of RGB (Red+Green+Blue) = 219+252+231=702 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.20% from 702); Green value is 252 (98.83% from 255 or 35.90% from 702); Blue value is 231 (90.62% from 255 or 32.91% from 702); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFCE7 is #240318. Grayscale: #EFEFEF. Windows color (decimal): -2360089 or 15203547. OLE color: 15203547.
HSL color Cylindrical-coordinate representation of color #DBFCE7: hue angle of 141.82º 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 #DBFCE7 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 252 | 231 | - |
CMYK | 0.13 | 0 | 0.08 | 0.01 |
HSL | 141.82º | 0.85% | 0.92% | - |
HSV(B) | 141.82º | 0.13% | 0.99% | - |
XYZ | 78.45 | 90.45 | 88.93 | - |
YUV | 239.74 | 123.07 | 113.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 252 | 231 | 0.13 | 0 | 0.08 | 0.01 | 141.82 | 0.85 | 0.92 |
Hex | DB | FC | E7 | D | 0 | 8 | 1 | 8E | 55 | 5C |
Octal | 333 | 374 | 347 | 15 | 0 | 10 | 1 | 216 | 125 | 134 |
Binary | 11011011 | 11111100 | 11100111 | 1101 | 0 | 1000 | 1 | 10001110 | 1010101 | 1011100 |
Color Harmonies of #DBFCE7
Complementary color
Monochromatic Colors of #DBFCE7
Black with #DBFCE7
Text Example
Text Example
White with #DBFCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCE7; }
p { color: rgb(219,252,231); }
H1.HeaderClassName
{
color: #DBFCE7;
}
.AnyTagClassName
{
color: #DBFCE7;
}
</style>
background-color css
<style>
a { background-color: #DBFCE7; }
a { background-color: rgb(219,252,231); }
div.DivClassName
{
background-color: #DBFCE7;
}
.BgClassName
{
background-color: #DBFCE7;
}
</style>
border-color css
<style>
span { border-color: #DBFCE7; }
span { border-color: rgb(219,252,231); }
td.TdClassName
{
border-color: #DBFCE7;
}
.TagClassName
{
border-color: #DBFCE7;
}
</style>