Shades of Bubbles #DDF2E6
Tints of Bubbles #DDF2E6
RGB
CMYK
RGB Variations
Color information
#DDF2E6 (or 0xDDF2E6) is known color: Bubbles. HEX triplet: DD, F2 and E6. RGB value is (221,242,230). Sum of RGB (Red+Green+Blue) = 221+242+230=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 230 (90.23% from 255 or 33.19% from 693); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2E6 is #220D19. Grayscale: #EAEAEA. Windows color (decimal): -2231578 or 15135453. OLE color: 15135453.
HSL color Cylindrical-coordinate representation of color #DDF2E6: hue angle of 145.71º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF2E6 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 242 | 230 | - |
CMYK | 0.09 | 0 | 0.05 | 0.05 |
HSL | 145.71º | 0.45% | 0.91% | - |
HSV(B) | 145.71º | 0.09% | 0.95% | - |
XYZ | 75.85 | 84.59 | 87.19 | - |
YUV | 234.35 | 125.54 | 118.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 242 | 230 | 0.09 | 0 | 0.05 | 0.05 | 145.71 | 0.45 | 0.91 |
Hex | DD | F2 | E6 | 9 | 0 | 5 | 5 | 92 | 2D | 5B |
Octal | 335 | 362 | 346 | 11 | 0 | 5 | 5 | 222 | 55 | 133 |
Binary | 11011101 | 11110010 | 11100110 | 1001 | 0 | 101 | 101 | 10010010 | 101101 | 1011011 |
Color Harmonies of #DDF2E6
Complementary color
Monochromatic Colors of #DDF2E6
Black with #DDF2E6
Text Example
Text Example
White with #DDF2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2E6; }
p { color: rgb(221,242,230); }
H1.HeaderClassName
{
color: #DDF2E6;
}
.AnyTagClassName
{
color: #DDF2E6;
}
</style>
background-color css
<style>
a { background-color: #DDF2E6; }
a { background-color: rgb(221,242,230); }
div.DivClassName
{
background-color: #DDF2E6;
}
.BgClassName
{
background-color: #DDF2E6;
}
</style>
border-color css
<style>
span { border-color: #DDF2E6; }
span { border-color: rgb(221,242,230); }
td.TdClassName
{
border-color: #DDF2E6;
}
.TagClassName
{
border-color: #DDF2E6;
}
</style>