Shades of Bubbles #DCF2E5
Tints of Bubbles #DCF2E5
RGB
CMYK
RGB Variations
Color information
#DCF2E5 (or 0xDCF2E5) is known color: Bubbles. HEX triplet: DC, F2 and E5. RGB value is (220,242,229). Sum of RGB (Red+Green+Blue) = 220+242+229=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 242 (94.92% from 255 or 35.02% from 691); Blue value is 229 (89.84% from 255 or 33.14% from 691); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2E5 is #230D1A. Grayscale: #E9E9E9. Windows color (decimal): -2297115 or 15069916. OLE color: 15069916.
HSL color Cylindrical-coordinate representation of color #DCF2E5: hue angle of 144.55º 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 #DCF2E5 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 229 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.05 |
| HSL | 144.55º | 0.46% | 0.91% | - |
| HSV(B) | 144.55º | 0.09% | 0.95% | - |
| XYZ | 75.41 | 84.38 | 86.44 | - |
| YUV | 233.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 229 | 0.09 | 0 | 0.05 | 0.05 | 144.55 | 0.46 | 0.91 |
| Hex | DC | F2 | E5 | 9 | 0 | 5 | 5 | 91 | 2E | 5B |
| Octal | 334 | 362 | 345 | 11 | 0 | 5 | 5 | 221 | 56 | 133 |
| Binary | 11011100 | 11110010 | 11100101 | 1001 | 0 | 101 | 101 | 10010001 | 101110 | 1011011 |
Color Harmonies of #DCF2E5
Complementary color
Monochromatic Colors of #DCF2E5
Black with #DCF2E5
Text Example
Text Example
White with #DCF2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF2E5; }
p { color: rgb(220,242,229); }
H1.HeaderClassName
{
color: #DCF2E5;
}
.AnyTagClassName
{
color: #DCF2E5;
}
</style>
background-color css
<style>
a { background-color: #DCF2E5; }
a { background-color: rgb(220,242,229); }
div.DivClassName
{
background-color: #DCF2E5;
}
.BgClassName
{
background-color: #DCF2E5;
}
</style>
border-color css
<style>
span { border-color: #DCF2E5; }
span { border-color: rgb(220,242,229); }
td.TdClassName
{
border-color: #DCF2E5;
}
.TagClassName
{
border-color: #DCF2E5;
}
</style>