Shades of Bubbles #DDFBEB
Tints of Bubbles #DDFBEB
RGB
CMYK
RGB Variations
Color information
#DDFBEB (or 0xDDFBEB) is known color: Bubbles. HEX triplet: DD, FB and EB. RGB value is (221,251,235). Sum of RGB (Red+Green+Blue) = 221+251+235=707 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.26% from 707); Green value is 251 (98.44% from 255 or 35.50% from 707); Blue value is 235 (92.19% from 255 or 33.24% from 707); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFBEB is #220414. Grayscale: #F0F0F0. Windows color (decimal): -2229269 or 15465437. OLE color: 15465437.
HSL color Cylindrical-coordinate representation of color #DDFBEB: hue angle of 148º 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 #DDFBEB is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 251 | 235 | - |
CMYK | 0.12 | 0 | 0.06 | 0.02 |
HSL | 148º | 0.79% | 0.93% | - |
HSV(B) | 148º | 0.12% | 0.98% | - |
XYZ | 79.31 | 90.36 | 91.86 | - |
YUV | 240.21 | 125.06 | 114.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 251 | 235 | 0.12 | 0 | 0.06 | 0.02 | 148 | 0.79 | 0.93 |
Hex | DD | FB | EB | C | 0 | 6 | 2 | 94 | 4F | 5D |
Octal | 335 | 373 | 353 | 14 | 0 | 6 | 2 | 224 | 117 | 135 |
Binary | 11011101 | 11111011 | 11101011 | 1100 | 0 | 110 | 10 | 10010100 | 1001111 | 1011101 |
Color Harmonies of #DDFBEB
Complementary color
Monochromatic Colors of #DDFBEB
Black with #DDFBEB
Text Example
Text Example
White with #DDFBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBEB; }
p { color: rgb(221,251,235); }
H1.HeaderClassName
{
color: #DDFBEB;
}
.AnyTagClassName
{
color: #DDFBEB;
}
</style>
background-color css
<style>
a { background-color: #DDFBEB; }
a { background-color: rgb(221,251,235); }
div.DivClassName
{
background-color: #DDFBEB;
}
.BgClassName
{
background-color: #DDFBEB;
}
</style>
border-color css
<style>
span { border-color: #DDFBEB; }
span { border-color: rgb(221,251,235); }
td.TdClassName
{
border-color: #DDFBEB;
}
.TagClassName
{
border-color: #DDFBEB;
}
</style>