Shades of Bubbles #DEF2E6
Tints of Bubbles #DEF2E6
RGB
CMYK
RGB Variations
Color information
#DEF2E6 (or 0xDEF2E6) is known color: Bubbles. HEX triplet: DE, F2 and E6. RGB value is (222,242,230). Sum of RGB (Red+Green+Blue) = 222+242+230=694 (91% of max value = 765). Red value is 222 (87.11% from 255 or 31.99% from 694); Green value is 242 (94.92% from 255 or 34.87% from 694); Blue value is 230 (90.23% from 255 or 33.14% from 694); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF2E6 is #210D19. Grayscale: #EAEAEA. Windows color (decimal): -2166042 or 15135454. OLE color: 15135454.
HSL color Cylindrical-coordinate representation of color #DEF2E6: hue angle of 144º degrees, saturation: 0.43, 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 #DEF2E6 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 230 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.05 |
| HSL | 144º | 0.43% | 0.91% | - |
| HSV(B) | 144º | 0.08% | 0.95% | - |
| XYZ | 76.16 | 84.75 | 87.21 | - |
| YUV | 234.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 230 | 0.08 | 0 | 0.05 | 0.05 | 144 | 0.43 | 0.91 |
| Hex | DE | F2 | E6 | 8 | 0 | 5 | 5 | 90 | 2B | 5B |
| Octal | 336 | 362 | 346 | 10 | 0 | 5 | 5 | 220 | 53 | 133 |
| Binary | 11011110 | 11110010 | 11100110 | 1000 | 0 | 101 | 101 | 10010000 | 101011 | 1011011 |
Color Harmonies of #DEF2E6
Complementary color
Monochromatic Colors of #DEF2E6
Black with #DEF2E6
Text Example
Text Example
White with #DEF2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF2E6; }
p { color: rgb(222,242,230); }
H1.HeaderClassName
{
color: #DEF2E6;
}
.AnyTagClassName
{
color: #DEF2E6;
}
</style>
background-color css
<style>
a { background-color: #DEF2E6; }
a { background-color: rgb(222,242,230); }
div.DivClassName
{
background-color: #DEF2E6;
}
.BgClassName
{
background-color: #DEF2E6;
}
</style>
border-color css
<style>
span { border-color: #DEF2E6; }
span { border-color: rgb(222,242,230); }
td.TdClassName
{
border-color: #DEF2E6;
}
.TagClassName
{
border-color: #DEF2E6;
}
</style>