Shades of Bubbles #DCF2E4
Tints of Bubbles #DCF2E4
RGB
CMYK
RGB Variations
Color information
#DCF2E4 (or 0xDCF2E4) is known color: Bubbles. HEX triplet: DC, F2 and E4. RGB value is (220,242,228). Sum of RGB (Red+Green+Blue) = 220+242+228=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 242 (94.92% from 255 or 35.07% from 690); Blue value is 228 (89.45% from 255 or 33.04% from 690); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2E4 is #230D1B. Grayscale: #E9E9E9. Windows color (decimal): -2297116 or 15004380. OLE color: 15004380.
HSL color Cylindrical-coordinate representation of color #DCF2E4: hue angle of 141.82º degrees, saturation: 0.46, 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 #DCF2E4 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 228 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.05 |
| HSL | 141.82º | 0.46% | 0.91% | - |
| HSV(B) | 141.82º | 0.09% | 0.95% | - |
| XYZ | 75.27 | 84.32 | 85.71 | - |
| YUV | 233.83 | 124.71 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 228 | 0.09 | 0 | 0.06 | 0.05 | 141.82 | 0.46 | 0.91 |
| Hex | DC | F2 | E4 | 9 | 0 | 6 | 5 | 8E | 2E | 5B |
| Octal | 334 | 362 | 344 | 11 | 0 | 6 | 5 | 216 | 56 | 133 |
| Binary | 11011100 | 11110010 | 11100100 | 1001 | 0 | 110 | 101 | 10001110 | 101110 | 1011011 |
Color Harmonies of #DCF2E4
Complementary color
Monochromatic Colors of #DCF2E4
Black with #DCF2E4
Text Example
Text Example
White with #DCF2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF2E4; }
p { color: rgb(220,242,228); }
H1.HeaderClassName
{
color: #DCF2E4;
}
.AnyTagClassName
{
color: #DCF2E4;
}
</style>
background-color css
<style>
a { background-color: #DCF2E4; }
a { background-color: rgb(220,242,228); }
div.DivClassName
{
background-color: #DCF2E4;
}
.BgClassName
{
background-color: #DCF2E4;
}
</style>
border-color css
<style>
span { border-color: #DCF2E4; }
span { border-color: rgb(220,242,228); }
td.TdClassName
{
border-color: #DCF2E4;
}
.TagClassName
{
border-color: #DCF2E4;
}
</style>