Shades of Cosmic Latte #DBFCE2
Tints of Cosmic Latte #DBFCE2
RGB
CMYK
RGB Variations
Color information
#DBFCE2 (or 0xDBFCE2) is known color: Cosmic Latte. HEX triplet: DB, FC and E2. RGB value is (219,252,226). Sum of RGB (Red+Green+Blue) = 219+252+226=697 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.42% from 697); Green value is 252 (98.83% from 255 or 36.15% from 697); Blue value is 226 (88.67% from 255 or 32.42% from 697); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCE2 is #24031D. Grayscale: #EFEFEF. Windows color (decimal): -2360094 or 14875867. OLE color: 14875867.
HSL color Cylindrical-coordinate representation of color #DBFCE2: hue angle of 132.73º 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 #DBFCE2 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 252 | 226 | - |
CMYK | 0.13 | 0 | 0.10 | 0.01 |
HSL | 132.73º | 0.85% | 0.92% | - |
HSV(B) | 132.73º | 0.13% | 0.99% | - |
XYZ | 77.75 | 90.17 | 85.26 | - |
YUV | 239.17 | 120.57 | 113.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 252 | 226 | 0.13 | 0 | 0.10 | 0.01 | 132.73 | 0.85 | 0.92 |
Hex | DB | FC | E2 | D | 0 | A | 1 | 85 | 55 | 5C |
Octal | 333 | 374 | 342 | 15 | 0 | 12 | 1 | 205 | 125 | 134 |
Binary | 11011011 | 11111100 | 11100010 | 1101 | 0 | 1010 | 1 | 10000101 | 1010101 | 1011100 |
Color Harmonies of #DBFCE2
Complementary color
Monochromatic Colors of #DBFCE2
Black with #DBFCE2
Text Example
Text Example
White with #DBFCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCE2; }
p { color: rgb(219,252,226); }
H1.HeaderClassName
{
color: #DBFCE2;
}
.AnyTagClassName
{
color: #DBFCE2;
}
</style>
background-color css
<style>
a { background-color: #DBFCE2; }
a { background-color: rgb(219,252,226); }
div.DivClassName
{
background-color: #DBFCE2;
}
.BgClassName
{
background-color: #DBFCE2;
}
</style>
border-color css
<style>
span { border-color: #DBFCE2; }
span { border-color: rgb(219,252,226); }
td.TdClassName
{
border-color: #DBFCE2;
}
.TagClassName
{
border-color: #DBFCE2;
}
</style>