Shades of Bubbles #DDEFE4
Tints of Bubbles #DDEFE4
RGB
CMYK
RGB Variations
Color information
#DDEFE4 (or 0xDDEFE4) is known color: Bubbles. HEX triplet: DD, EF and E4. RGB value is (221,239,228). Sum of RGB (Red+Green+Blue) = 221+239+228=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 239 (93.75% from 255 or 34.74% from 688); Blue value is 228 (89.45% from 255 or 33.14% from 688); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFE4 is #22101B. Grayscale: #E8E8E8. Windows color (decimal): -2232348 or 15003613. OLE color: 15003613.
HSL color Cylindrical-coordinate representation of color #DDEFE4: hue angle of 143.33º 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 #DDEFE4 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 228 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.06 |
| HSL | 143.33º | 0.36% | 0.9% | - |
| HSV(B) | 143.33º | 0.08% | 0.94% | - |
| XYZ | 74.69 | 82.71 | 85.43 | - |
| YUV | 232.36 | 125.54 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 228 | 0.08 | 0 | 0.05 | 0.06 | 143.33 | 0.36 | 0.9 |
| Hex | DD | EF | E4 | 8 | 0 | 5 | 6 | 8F | 24 | 5A |
| Octal | 335 | 357 | 344 | 10 | 0 | 5 | 6 | 217 | 44 | 132 |
| Binary | 11011101 | 11101111 | 11100100 | 1000 | 0 | 101 | 110 | 10001111 | 100100 | 1011010 |
Color Harmonies of #DDEFE4
Complementary color
Monochromatic Colors of #DDEFE4
Black with #DDEFE4
Text Example
Text Example
White with #DDEFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFE4; }
p { color: rgb(221,239,228); }
H1.HeaderClassName
{
color: #DDEFE4;
}
.AnyTagClassName
{
color: #DDEFE4;
}
</style>
background-color css
<style>
a { background-color: #DDEFE4; }
a { background-color: rgb(221,239,228); }
div.DivClassName
{
background-color: #DDEFE4;
}
.BgClassName
{
background-color: #DDEFE4;
}
</style>
border-color css
<style>
span { border-color: #DDEFE4; }
span { border-color: rgb(221,239,228); }
td.TdClassName
{
border-color: #DDEFE4;
}
.TagClassName
{
border-color: #DDEFE4;
}
</style>