Shades of Bubbles #DEF5E8
Tints of Bubbles #DEF5E8
RGB
CMYK
RGB Variations
Color information
#DEF5E8 (or 0xDEF5E8) is known color: Bubbles. HEX triplet: DE, F5 and E8. RGB value is (222,245,232). Sum of RGB (Red+Green+Blue) = 222+245+232=699 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.76% from 699); Green value is 245 (96.09% from 255 or 35.05% from 699); Blue value is 232 (91.02% from 255 or 33.19% from 699); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF5E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF5E8 is #210A17. Grayscale: #ECECEC. Windows color (decimal): -2165272 or 15267294. OLE color: 15267294.
HSL color Cylindrical-coordinate representation of color #DEF5E8: hue angle of 146.09º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEF5E8 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
RGB | 222 | 245 | 232 | - |
CMYK | 0.09 | 0 | 0.05 | 0.04 |
HSL | 146.09º | 0.53% | 0.92% | - |
HSV(B) | 146.09º | 0.09% | 0.96% | - |
XYZ | 77.34 | 86.66 | 88.99 | - |
YUV | 236.64 | 125.38 | 117.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 245 | 232 | 0.09 | 0 | 0.05 | 0.04 | 146.09 | 0.53 | 0.92 |
Hex | DE | F5 | E8 | 9 | 0 | 5 | 4 | 92 | 35 | 5C |
Octal | 336 | 365 | 350 | 11 | 0 | 5 | 4 | 222 | 65 | 134 |
Binary | 11011110 | 11110101 | 11101000 | 1001 | 0 | 101 | 100 | 10010010 | 110101 | 1011100 |
Color Harmonies of #DEF5E8
Complementary color
Monochromatic Colors of #DEF5E8
Black with #DEF5E8
Text Example
Text Example
White with #DEF5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF5E8; }
p { color: rgb(222,245,232); }
H1.HeaderClassName
{
color: #DEF5E8;
}
.AnyTagClassName
{
color: #DEF5E8;
}
</style>
background-color css
<style>
a { background-color: #DEF5E8; }
a { background-color: rgb(222,245,232); }
div.DivClassName
{
background-color: #DEF5E8;
}
.BgClassName
{
background-color: #DEF5E8;
}
</style>
border-color css
<style>
span { border-color: #DEF5E8; }
span { border-color: rgb(222,245,232); }
td.TdClassName
{
border-color: #DEF5E8;
}
.TagClassName
{
border-color: #DEF5E8;
}
</style>