Shades of Cosmic Latte #DBFCE6
Tints of Cosmic Latte #DBFCE6
RGB
CMYK
RGB Variations
Color information
#DBFCE6 (or 0xDBFCE6) is known color: Cosmic Latte. HEX triplet: DB, FC and E6. RGB value is (219,252,230). Sum of RGB (Red+Green+Blue) = 219+252+230=701 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.24% from 701); Green value is 252 (98.83% from 255 or 35.95% from 701); Blue value is 230 (90.23% from 255 or 32.81% from 701); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFCE6 is #240319. Grayscale: #EFEFEF. Windows color (decimal): -2360090 or 15138011. OLE color: 15138011.
HSL color Cylindrical-coordinate representation of color #DBFCE6: hue angle of 140º 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 #DBFCE6 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 252 | 230 | - |
CMYK | 0.13 | 0 | 0.09 | 0.01 |
HSL | 140º | 0.85% | 0.92% | - |
HSV(B) | 140º | 0.13% | 0.99% | - |
XYZ | 78.31 | 90.39 | 88.18 | - |
YUV | 239.63 | 122.57 | 113.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 252 | 230 | 0.13 | 0 | 0.09 | 0.01 | 140 | 0.85 | 0.92 |
Hex | DB | FC | E6 | D | 0 | 9 | 1 | 8C | 55 | 5C |
Octal | 333 | 374 | 346 | 15 | 0 | 11 | 1 | 214 | 125 | 134 |
Binary | 11011011 | 11111100 | 11100110 | 1101 | 0 | 1001 | 1 | 10001100 | 1010101 | 1011100 |
Color Harmonies of #DBFCE6
Complementary color
Monochromatic Colors of #DBFCE6
Black with #DBFCE6
Text Example
Text Example
White with #DBFCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCE6; }
p { color: rgb(219,252,230); }
H1.HeaderClassName
{
color: #DBFCE6;
}
.AnyTagClassName
{
color: #DBFCE6;
}
</style>
background-color css
<style>
a { background-color: #DBFCE6; }
a { background-color: rgb(219,252,230); }
div.DivClassName
{
background-color: #DBFCE6;
}
.BgClassName
{
background-color: #DBFCE6;
}
</style>
border-color css
<style>
span { border-color: #DBFCE6; }
span { border-color: rgb(219,252,230); }
td.TdClassName
{
border-color: #DBFCE6;
}
.TagClassName
{
border-color: #DBFCE6;
}
</style>