Shades of Bubbles #DEF2E5
Tints of Bubbles #DEF2E5
RGB
CMYK
RGB Variations
Color information
#DEF2E5 (or 0xDEF2E5) is known color: Bubbles. HEX triplet: DE, F2 and E5. RGB value is (222,242,229). Sum of RGB (Red+Green+Blue) = 222+242+229=693 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.03% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 229 (89.84% from 255 or 33.04% from 693); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2E5 is #210D1A. Grayscale: #EAEAEA. Windows color (decimal): -2166043 or 15069918. OLE color: 15069918.
HSL color Cylindrical-coordinate representation of color #DEF2E5: hue angle of 141º 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 #DEF2E5 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
RGB | 222 | 242 | 229 | - |
CMYK | 0.08 | 0 | 0.05 | 0.05 |
HSL | 141º | 0.43% | 0.91% | - |
HSV(B) | 141º | 0.08% | 0.95% | - |
XYZ | 76.02 | 84.69 | 86.47 | - |
YUV | 234.54 | 124.87 | 119.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 242 | 229 | 0.08 | 0 | 0.05 | 0.05 | 141 | 0.43 | 0.91 |
Hex | DE | F2 | E5 | 8 | 0 | 5 | 5 | 8D | 2B | 5B |
Octal | 336 | 362 | 345 | 10 | 0 | 5 | 5 | 215 | 53 | 133 |
Binary | 11011110 | 11110010 | 11100101 | 1000 | 0 | 101 | 101 | 10001101 | 101011 | 1011011 |
Color Harmonies of #DEF2E5
Complementary color
Monochromatic Colors of #DEF2E5
Black with #DEF2E5
Text Example
Text Example
White with #DEF2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF2E5; }
p { color: rgb(222,242,229); }
H1.HeaderClassName
{
color: #DEF2E5;
}
.AnyTagClassName
{
color: #DEF2E5;
}
</style>
background-color css
<style>
a { background-color: #DEF2E5; }
a { background-color: rgb(222,242,229); }
div.DivClassName
{
background-color: #DEF2E5;
}
.BgClassName
{
background-color: #DEF2E5;
}
</style>
border-color css
<style>
span { border-color: #DEF2E5; }
span { border-color: rgb(222,242,229); }
td.TdClassName
{
border-color: #DEF2E5;
}
.TagClassName
{
border-color: #DEF2E5;
}
</style>