Shades of Bubbles #DCF9E9
Tints of Bubbles #DCF9E9
RGB
CMYK
RGB Variations
Color information
#DCF9E9 (or 0xDCF9E9) is known color: Bubbles. HEX triplet: DC, F9 and E9. RGB value is (220,249,233). Sum of RGB (Red+Green+Blue) = 220+249+233=702 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.34% from 702); Green value is 249 (97.66% from 255 or 35.47% from 702); Blue value is 233 (91.41% from 255 or 33.19% from 702); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF9E9 is #230616. Grayscale: #EEEEEE. Windows color (decimal): -2295319 or 15333852. OLE color: 15333852.
HSL color Cylindrical-coordinate representation of color #DCF9E9: hue angle of 146.9º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCF9E9 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 233 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.02 |
| HSL | 146.9º | 0.71% | 0.92% | - |
| HSV(B) | 146.9º | 0.12% | 0.98% | - |
| XYZ | 78.1 | 88.85 | 90.12 | - |
| YUV | 238.51 | 124.89 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 233 | 0.12 | 0 | 0.06 | 0.02 | 146.9 | 0.71 | 0.92 |
| Hex | DC | F9 | E9 | C | 0 | 6 | 2 | 93 | 47 | 5C |
| Octal | 334 | 371 | 351 | 14 | 0 | 6 | 2 | 223 | 107 | 134 |
| Binary | 11011100 | 11111001 | 11101001 | 1100 | 0 | 110 | 10 | 10010011 | 1000111 | 1011100 |
Color Harmonies of #DCF9E9
Complementary color
Monochromatic Colors of #DCF9E9
Black with #DCF9E9
Text Example
Text Example
White with #DCF9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF9E9; }
p { color: rgb(220,249,233); }
H1.HeaderClassName
{
color: #DCF9E9;
}
.AnyTagClassName
{
color: #DCF9E9;
}
</style>
background-color css
<style>
a { background-color: #DCF9E9; }
a { background-color: rgb(220,249,233); }
div.DivClassName
{
background-color: #DCF9E9;
}
.BgClassName
{
background-color: #DCF9E9;
}
</style>
border-color css
<style>
span { border-color: #DCF9E9; }
span { border-color: rgb(220,249,233); }
td.TdClassName
{
border-color: #DCF9E9;
}
.TagClassName
{
border-color: #DCF9E9;
}
</style>