Shades of Bubbles #DDF4E7
Tints of Bubbles #DDF4E7
RGB
CMYK
RGB Variations
Color information
#DDF4E7 (or 0xDDF4E7) is known color: Bubbles. HEX triplet: DD, F4 and E7. RGB value is (221,244,231). Sum of RGB (Red+Green+Blue) = 221+244+231=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 244 (95.70% from 255 or 35.06% from 696); Blue value is 231 (90.62% from 255 or 33.19% from 696); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF4E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF4E7 is #220B18. Grayscale: #EBEBEB. Windows color (decimal): -2231065 or 15201501. OLE color: 15201501.
HSL color Cylindrical-coordinate representation of color #DDF4E7: hue angle of 146.09º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF4E7 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 244 | 231 | - |
CMYK | 0.09 | 0 | 0.05 | 0.04 |
HSL | 146.09º | 0.51% | 0.91% | - |
HSV(B) | 146.09º | 0.09% | 0.96% | - |
XYZ | 76.59 | 85.84 | 88.13 | - |
YUV | 235.64 | 125.38 | 117.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 244 | 231 | 0.09 | 0 | 0.05 | 0.04 | 146.09 | 0.51 | 0.91 |
Hex | DD | F4 | E7 | 9 | 0 | 5 | 4 | 92 | 33 | 5B |
Octal | 335 | 364 | 347 | 11 | 0 | 5 | 4 | 222 | 63 | 133 |
Binary | 11011101 | 11110100 | 11100111 | 1001 | 0 | 101 | 100 | 10010010 | 110011 | 1011011 |
Color Harmonies of #DDF4E7
Complementary color
Monochromatic Colors of #DDF4E7
Black with #DDF4E7
Text Example
Text Example
White with #DDF4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF4E7; }
p { color: rgb(221,244,231); }
H1.HeaderClassName
{
color: #DDF4E7;
}
.AnyTagClassName
{
color: #DDF4E7;
}
</style>
background-color css
<style>
a { background-color: #DDF4E7; }
a { background-color: rgb(221,244,231); }
div.DivClassName
{
background-color: #DDF4E7;
}
.BgClassName
{
background-color: #DDF4E7;
}
</style>
border-color css
<style>
span { border-color: #DDF4E7; }
span { border-color: rgb(221,244,231); }
td.TdClassName
{
border-color: #DDF4E7;
}
.TagClassName
{
border-color: #DDF4E7;
}
</style>