Shades of Bubbles #DDF3E6
Tints of Bubbles #DDF3E6
RGB
CMYK
RGB Variations
Color information
#DDF3E6 (or 0xDDF3E6) is known color: Bubbles. HEX triplet: DD, F3 and E6. RGB value is (221,243,230). Sum of RGB (Red+Green+Blue) = 221+243+230=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 243 (95.31% from 255 or 35.01% from 694); Blue value is 230 (90.23% from 255 or 33.14% from 694); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF3E6 is #220C19. Grayscale: #EAEAEA. Windows color (decimal): -2231322 or 15135709. OLE color: 15135709.
HSL color Cylindrical-coordinate representation of color #DDF3E6: hue angle of 144.55º degrees, saturation: 0.48, 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 #DDF3E6 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 243 | 230 | - |
CMYK | 0.09 | 0 | 0.05 | 0.05 |
HSL | 144.55º | 0.48% | 0.91% | - |
HSV(B) | 144.55º | 0.09% | 0.95% | - |
XYZ | 76.15 | 85.19 | 87.29 | - |
YUV | 234.94 | 125.21 | 118.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 243 | 230 | 0.09 | 0 | 0.05 | 0.05 | 144.55 | 0.48 | 0.91 |
Hex | DD | F3 | E6 | 9 | 0 | 5 | 5 | 91 | 30 | 5B |
Octal | 335 | 363 | 346 | 11 | 0 | 5 | 5 | 221 | 60 | 133 |
Binary | 11011101 | 11110011 | 11100110 | 1001 | 0 | 101 | 101 | 10010001 | 110000 | 1011011 |
Color Harmonies of #DDF3E6
Complementary color
Monochromatic Colors of #DDF3E6
Black with #DDF3E6
Text Example
Text Example
White with #DDF3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF3E6; }
p { color: rgb(221,243,230); }
H1.HeaderClassName
{
color: #DDF3E6;
}
.AnyTagClassName
{
color: #DDF3E6;
}
</style>
background-color css
<style>
a { background-color: #DDF3E6; }
a { background-color: rgb(221,243,230); }
div.DivClassName
{
background-color: #DDF3E6;
}
.BgClassName
{
background-color: #DDF3E6;
}
</style>
border-color css
<style>
span { border-color: #DDF3E6; }
span { border-color: rgb(221,243,230); }
td.TdClassName
{
border-color: #DDF3E6;
}
.TagClassName
{
border-color: #DDF3E6;
}
</style>