Shades of Bubbles #DDF6E8
Tints of Bubbles #DDF6E8
RGB
CMYK
RGB Variations
Color information
#DDF6E8 (or 0xDDF6E8) is known color: Bubbles. HEX triplet: DD, F6 and E8. RGB value is (221,246,232). Sum of RGB (Red+Green+Blue) = 221+246+232=699 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.62% from 699); Green value is 246 (96.48% from 255 or 35.19% from 699); Blue value is 232 (91.02% from 255 or 33.19% from 699); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF6E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF6E8 is #220917. Grayscale: #ECECEC. Windows color (decimal): -2230552 or 15267549. OLE color: 15267549.
HSL color Cylindrical-coordinate representation of color #DDF6E8: hue angle of 146.4º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF6E8 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 232 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.04 |
| HSL | 146.4º | 0.58% | 0.92% | - |
| HSV(B) | 146.4º | 0.1% | 0.96% | - |
| XYZ | 77.34 | 87.11 | 89.08 | - |
| YUV | 236.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 232 | 0.10 | 0 | 0.06 | 0.04 | 146.4 | 0.58 | 0.92 |
| Hex | DD | F6 | E8 | A | 0 | 6 | 4 | 92 | 3A | 5C |
| Octal | 335 | 366 | 350 | 12 | 0 | 6 | 4 | 222 | 72 | 134 |
| Binary | 11011101 | 11110110 | 11101000 | 1010 | 0 | 110 | 100 | 10010010 | 111010 | 1011100 |
Color Harmonies of #DDF6E8
Complementary color
Monochromatic Colors of #DDF6E8
Black with #DDF6E8
Text Example
Text Example
White with #DDF6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF6E8; }
p { color: rgb(221,246,232); }
H1.HeaderClassName
{
color: #DDF6E8;
}
.AnyTagClassName
{
color: #DDF6E8;
}
</style>
background-color css
<style>
a { background-color: #DDF6E8; }
a { background-color: rgb(221,246,232); }
div.DivClassName
{
background-color: #DDF6E8;
}
.BgClassName
{
background-color: #DDF6E8;
}
</style>
border-color css
<style>
span { border-color: #DDF6E8; }
span { border-color: rgb(221,246,232); }
td.TdClassName
{
border-color: #DDF6E8;
}
.TagClassName
{
border-color: #DDF6E8;
}
</style>