Shades of Bubbles #DEF1E5
Tints of Bubbles #DEF1E5
RGB
CMYK
RGB Variations
Color information
#DEF1E5 (or 0xDEF1E5) is known color: Bubbles. HEX triplet: DE, F1 and E5. RGB value is (222,241,229). Sum of RGB (Red+Green+Blue) = 222+241+229=692 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.08% from 692); Green value is 241 (94.53% from 255 or 34.83% from 692); Blue value is 229 (89.84% from 255 or 33.09% from 692); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF1E5 is #210E1A. Grayscale: #E9E9E9. Windows color (decimal): -2166299 or 15069662. OLE color: 15069662.
HSL color Cylindrical-coordinate representation of color #DEF1E5: hue angle of 142.11º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEF1E5 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 241 | 229 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.05 |
| HSL | 142.11º | 0.4% | 0.91% | - |
| HSV(B) | 142.11º | 0.08% | 0.95% | - |
| XYZ | 75.72 | 84.1 | 86.37 | - |
| YUV | 233.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 241 | 229 | 0.08 | 0 | 0.05 | 0.05 | 142.11 | 0.4 | 0.91 |
| Hex | DE | F1 | E5 | 8 | 0 | 5 | 5 | 8E | 28 | 5B |
| Octal | 336 | 361 | 345 | 10 | 0 | 5 | 5 | 216 | 50 | 133 |
| Binary | 11011110 | 11110001 | 11100101 | 1000 | 0 | 101 | 101 | 10001110 | 101000 | 1011011 |
Color Harmonies of #DEF1E5
Complementary color
Monochromatic Colors of #DEF1E5
Black with #DEF1E5
Text Example
Text Example
White with #DEF1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF1E5; }
p { color: rgb(222,241,229); }
H1.HeaderClassName
{
color: #DEF1E5;
}
.AnyTagClassName
{
color: #DEF1E5;
}
</style>
background-color css
<style>
a { background-color: #DEF1E5; }
a { background-color: rgb(222,241,229); }
div.DivClassName
{
background-color: #DEF1E5;
}
.BgClassName
{
background-color: #DEF1E5;
}
</style>
border-color css
<style>
span { border-color: #DEF1E5; }
span { border-color: rgb(222,241,229); }
td.TdClassName
{
border-color: #DEF1E5;
}
.TagClassName
{
border-color: #DEF1E5;
}
</style>