Shades of Bubbles #DDEFE3
Tints of Bubbles #DDEFE3
RGB
CMYK
RGB Variations
Color information
#DDEFE3 (or 0xDDEFE3) is known color: Bubbles. HEX triplet: DD, EF and E3. RGB value is (221,239,227). Sum of RGB (Red+Green+Blue) = 221+239+227=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 227 (89.06% from 255 or 33.04% from 687); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFE3 is #22101C. Grayscale: #E8E8E8. Windows color (decimal): -2232349 or 14938077. OLE color: 14938077.
HSL color Cylindrical-coordinate representation of color #DDEFE3: hue angle of 140º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDEFE3 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 227 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.06 |
| HSL | 140º | 0.36% | 0.9% | - |
| HSV(B) | 140º | 0.08% | 0.94% | - |
| XYZ | 74.55 | 82.65 | 84.7 | - |
| YUV | 232.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 227 | 0.08 | 0 | 0.05 | 0.06 | 140 | 0.36 | 0.9 |
| Hex | DD | EF | E3 | 8 | 0 | 5 | 6 | 8C | 24 | 5A |
| Octal | 335 | 357 | 343 | 10 | 0 | 5 | 6 | 214 | 44 | 132 |
| Binary | 11011101 | 11101111 | 11100011 | 1000 | 0 | 101 | 110 | 10001100 | 100100 | 1011010 |
Color Harmonies of #DDEFE3
Complementary color
Monochromatic Colors of #DDEFE3
Black with #DDEFE3
Text Example
Text Example
White with #DDEFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFE3; }
p { color: rgb(221,239,227); }
H1.HeaderClassName
{
color: #DDEFE3;
}
.AnyTagClassName
{
color: #DDEFE3;
}
</style>
background-color css
<style>
a { background-color: #DDEFE3; }
a { background-color: rgb(221,239,227); }
div.DivClassName
{
background-color: #DDEFE3;
}
.BgClassName
{
background-color: #DDEFE3;
}
</style>
border-color css
<style>
span { border-color: #DDEFE3; }
span { border-color: rgb(221,239,227); }
td.TdClassName
{
border-color: #DDEFE3;
}
.TagClassName
{
border-color: #DDEFE3;
}
</style>