Shades of Bubbles #DDFBEA
Tints of Bubbles #DDFBEA
RGB
CMYK
RGB Variations
Color information
#DDFBEA (or 0xDDFBEA) is known color: Bubbles. HEX triplet: DD, FB and EA. RGB value is (221,251,234). Sum of RGB (Red+Green+Blue) = 221+251+234=706 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.30% from 706); Green value is 251 (98.44% from 255 or 35.55% from 706); Blue value is 234 (91.80% from 255 or 33.14% from 706); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFBEA is #220415. Grayscale: #F0F0F0. Windows color (decimal): -2229270 or 15399901. OLE color: 15399901.
HSL color Cylindrical-coordinate representation of color #DDFBEA: hue angle of 146º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFBEA is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 251 | 234 | - |
CMYK | 0.12 | 0 | 0.07 | 0.02 |
HSL | 146º | 0.79% | 0.93% | - |
HSV(B) | 146º | 0.12% | 0.98% | - |
XYZ | 79.17 | 90.31 | 91.1 | - |
YUV | 240.09 | 124.56 | 114.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 251 | 234 | 0.12 | 0 | 0.07 | 0.02 | 146 | 0.79 | 0.93 |
Hex | DD | FB | EA | C | 0 | 7 | 2 | 92 | 4F | 5D |
Octal | 335 | 373 | 352 | 14 | 0 | 7 | 2 | 222 | 117 | 135 |
Binary | 11011101 | 11111011 | 11101010 | 1100 | 0 | 111 | 10 | 10010010 | 1001111 | 1011101 |
Color Harmonies of #DDFBEA
Complementary color
Monochromatic Colors of #DDFBEA
Black with #DDFBEA
Text Example
Text Example
White with #DDFBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBEA; }
p { color: rgb(221,251,234); }
H1.HeaderClassName
{
color: #DDFBEA;
}
.AnyTagClassName
{
color: #DDFBEA;
}
</style>
background-color css
<style>
a { background-color: #DDFBEA; }
a { background-color: rgb(221,251,234); }
div.DivClassName
{
background-color: #DDFBEA;
}
.BgClassName
{
background-color: #DDFBEA;
}
</style>
border-color css
<style>
span { border-color: #DDFBEA; }
span { border-color: rgb(221,251,234); }
td.TdClassName
{
border-color: #DDFBEA;
}
.TagClassName
{
border-color: #DDFBEA;
}
</style>