Shades of Cosmic Latte #DBFAE2
Tints of Cosmic Latte #DBFAE2
RGB
CMYK
RGB Variations
Color information
#DBFAE2 (or 0xDBFAE2) is known color: Cosmic Latte. HEX triplet: DB, FA and E2. RGB value is (219,250,226). Sum of RGB (Red+Green+Blue) = 219+250+226=695 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.51% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 226 (88.67% from 255 or 32.52% from 695); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFAE2 is #24051D. Grayscale: #EEEEEE. Windows color (decimal): -2360606 or 14875355. OLE color: 14875355.
HSL color Cylindrical-coordinate representation of color #DBFAE2: hue angle of 133.55º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBFAE2 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 250 | 226 | - |
CMYK | 0.12 | 0 | 0.10 | 0.02 |
HSL | 133.55º | 0.76% | 0.92% | - |
HSV(B) | 133.55º | 0.12% | 0.98% | - |
XYZ | 77.13 | 88.92 | 85.05 | - |
YUV | 238 | 121.23 | 114.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 250 | 226 | 0.12 | 0 | 0.10 | 0.02 | 133.55 | 0.76 | 0.92 |
Hex | DB | FA | E2 | C | 0 | A | 2 | 86 | 4C | 5C |
Octal | 333 | 372 | 342 | 14 | 0 | 12 | 2 | 206 | 114 | 134 |
Binary | 11011011 | 11111010 | 11100010 | 1100 | 0 | 1010 | 10 | 10000110 | 1001100 | 1011100 |
Color Harmonies of #DBFAE2
Complementary color
Monochromatic Colors of #DBFAE2
Black with #DBFAE2
Text Example
Text Example
White with #DBFAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFAE2; }
p { color: rgb(219,250,226); }
H1.HeaderClassName
{
color: #DBFAE2;
}
.AnyTagClassName
{
color: #DBFAE2;
}
</style>
background-color css
<style>
a { background-color: #DBFAE2; }
a { background-color: rgb(219,250,226); }
div.DivClassName
{
background-color: #DBFAE2;
}
.BgClassName
{
background-color: #DBFAE2;
}
</style>
border-color css
<style>
span { border-color: #DBFAE2; }
span { border-color: rgb(219,250,226); }
td.TdClassName
{
border-color: #DBFAE2;
}
.TagClassName
{
border-color: #DBFAE2;
}
</style>