Shades of Bubbles #DDF2E5
Tints of Bubbles #DDF2E5
RGB
CMYK
RGB Variations
Color information
#DDF2E5 (or 0xDDF2E5) is known color: Bubbles. HEX triplet: DD, F2 and E5. RGB value is (221,242,229). Sum of RGB (Red+Green+Blue) = 221+242+229=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 242 (94.92% from 255 or 34.97% from 692); Blue value is 229 (89.84% from 255 or 33.09% from 692); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2E5 is #220D1A. Grayscale: #EAEAEA. Windows color (decimal): -2231579 or 15069917. OLE color: 15069917.
HSL color Cylindrical-coordinate representation of color #DDF2E5: hue angle of 142.86º 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 #DDF2E5 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 242 | 229 | - |
CMYK | 0.09 | 0 | 0.05 | 0.05 |
HSL | 142.86º | 0.45% | 0.91% | - |
HSV(B) | 142.86º | 0.09% | 0.95% | - |
XYZ | 75.71 | 84.53 | 86.45 | - |
YUV | 234.24 | 125.04 | 118.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 242 | 229 | 0.09 | 0 | 0.05 | 0.05 | 142.86 | 0.45 | 0.91 |
Hex | DD | F2 | E5 | 9 | 0 | 5 | 5 | 8F | 2D | 5B |
Octal | 335 | 362 | 345 | 11 | 0 | 5 | 5 | 217 | 55 | 133 |
Binary | 11011101 | 11110010 | 11100101 | 1001 | 0 | 101 | 101 | 10001111 | 101101 | 1011011 |
Color Harmonies of #DDF2E5
Complementary color
Monochromatic Colors of #DDF2E5
Black with #DDF2E5
Text Example
Text Example
White with #DDF2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2E5; }
p { color: rgb(221,242,229); }
H1.HeaderClassName
{
color: #DDF2E5;
}
.AnyTagClassName
{
color: #DDF2E5;
}
</style>
background-color css
<style>
a { background-color: #DDF2E5; }
a { background-color: rgb(221,242,229); }
div.DivClassName
{
background-color: #DDF2E5;
}
.BgClassName
{
background-color: #DDF2E5;
}
</style>
border-color css
<style>
span { border-color: #DDF2E5; }
span { border-color: rgb(221,242,229); }
td.TdClassName
{
border-color: #DDF2E5;
}
.TagClassName
{
border-color: #DDF2E5;
}
</style>