Shades of Bubbles #DDF4E6
Tints of Bubbles #DDF4E6
RGB
CMYK
RGB Variations
Color information
#DDF4E6 (or 0xDDF4E6) is known color: Bubbles. HEX triplet: DD, F4 and E6. RGB value is (221,244,230). Sum of RGB (Red+Green+Blue) = 221+244+230=695 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.80% from 695); Green value is 244 (95.70% from 255 or 35.11% from 695); Blue value is 230 (90.23% from 255 or 33.09% from 695); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF4E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF4E6 is #220B19. Grayscale: #EBEBEB. Windows color (decimal): -2231066 or 15135965. OLE color: 15135965.
HSL color Cylindrical-coordinate representation of color #DDF4E6: hue angle of 143.48º 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 #DDF4E6 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 244 | 230 | - |
CMYK | 0.09 | 0 | 0.06 | 0.04 |
HSL | 143.48º | 0.51% | 0.91% | - |
HSV(B) | 143.48º | 0.09% | 0.96% | - |
XYZ | 76.45 | 85.79 | 87.39 | - |
YUV | 235.53 | 124.88 | 117.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 244 | 230 | 0.09 | 0 | 0.06 | 0.04 | 143.48 | 0.51 | 0.91 |
Hex | DD | F4 | E6 | 9 | 0 | 6 | 4 | 8F | 33 | 5B |
Octal | 335 | 364 | 346 | 11 | 0 | 6 | 4 | 217 | 63 | 133 |
Binary | 11011101 | 11110100 | 11100110 | 1001 | 0 | 110 | 100 | 10001111 | 110011 | 1011011 |
Color Harmonies of #DDF4E6
Complementary color
Monochromatic Colors of #DDF4E6
Black with #DDF4E6
Text Example
Text Example
White with #DDF4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF4E6; }
p { color: rgb(221,244,230); }
H1.HeaderClassName
{
color: #DDF4E6;
}
.AnyTagClassName
{
color: #DDF4E6;
}
</style>
background-color css
<style>
a { background-color: #DDF4E6; }
a { background-color: rgb(221,244,230); }
div.DivClassName
{
background-color: #DDF4E6;
}
.BgClassName
{
background-color: #DDF4E6;
}
</style>
border-color css
<style>
span { border-color: #DDF4E6; }
span { border-color: rgb(221,244,230); }
td.TdClassName
{
border-color: #DDF4E6;
}
.TagClassName
{
border-color: #DDF4E6;
}
</style>