Shades of Bubbles #DDFAEA
Tints of Bubbles #DDFAEA
RGB
CMYK
RGB Variations
Color information
#DDFAEA (or 0xDDFAEA) is known color: Bubbles. HEX triplet: DD, FA and EA. RGB value is (221,250,234). Sum of RGB (Red+Green+Blue) = 221+250+234=705 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.35% from 705); Green value is 250 (98.05% from 255 or 35.46% from 705); Blue value is 234 (91.80% from 255 or 33.19% from 705); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFAEA is #220515. Grayscale: #EFEFEF. Windows color (decimal): -2229526 or 15399645. OLE color: 15399645.
HSL color Cylindrical-coordinate representation of color #DDFAEA: hue angle of 146.9º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFAEA is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 250 | 234 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.02 |
| HSL | 146.9º | 0.74% | 0.92% | - |
| HSV(B) | 146.9º | 0.12% | 0.98% | - |
| XYZ | 78.86 | 89.68 | 91 | - |
| YUV | 239.51 | 124.89 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 234 | 0.12 | 0 | 0.06 | 0.02 | 146.9 | 0.74 | 0.92 |
| Hex | DD | FA | EA | C | 0 | 6 | 2 | 93 | 4A | 5C |
| Octal | 335 | 372 | 352 | 14 | 0 | 6 | 2 | 223 | 112 | 134 |
| Binary | 11011101 | 11111010 | 11101010 | 1100 | 0 | 110 | 10 | 10010011 | 1001010 | 1011100 |
Color Harmonies of #DDFAEA
Complementary color
Monochromatic Colors of #DDFAEA
Black with #DDFAEA
Text Example
Text Example
White with #DDFAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAEA; }
p { color: rgb(221,250,234); }
H1.HeaderClassName
{
color: #DDFAEA;
}
.AnyTagClassName
{
color: #DDFAEA;
}
</style>
background-color css
<style>
a { background-color: #DDFAEA; }
a { background-color: rgb(221,250,234); }
div.DivClassName
{
background-color: #DDFAEA;
}
.BgClassName
{
background-color: #DDFAEA;
}
</style>
border-color css
<style>
span { border-color: #DDFAEA; }
span { border-color: rgb(221,250,234); }
td.TdClassName
{
border-color: #DDFAEA;
}
.TagClassName
{
border-color: #DDFAEA;
}
</style>