Shades of Bubbles #DCFCEB
Tints of Bubbles #DCFCEB
RGB
CMYK
RGB Variations
Color information
#DCFCEB (or 0xDCFCEB) is known color: Bubbles. HEX triplet: DC, FC and EB. RGB value is (220,252,235). Sum of RGB (Red+Green+Blue) = 220+252+235=707 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.12% from 707); Green value is 252 (98.83% from 255 or 35.64% from 707); Blue value is 235 (92.19% from 255 or 33.24% from 707); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFCEB is #230314. Grayscale: #F0F0F0. Windows color (decimal): -2294549 or 15465692. OLE color: 15465692.
HSL color Cylindrical-coordinate representation of color #DCFCEB: hue angle of 148.12º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFCEB is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 252 | 235 | - |
CMYK | 0.13 | 0 | 0.07 | 0.01 |
HSL | 148.13º | 0.84% | 0.93% | - |
HSV(B) | 148.13º | 0.13% | 0.99% | - |
XYZ | 79.32 | 90.83 | 91.95 | - |
YUV | 240.49 | 124.9 | 113.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 252 | 235 | 0.13 | 0 | 0.07 | 0.01 | 148.13 | 0.84 | 0.93 |
Hex | DC | FC | EB | D | 0 | 7 | 1 | 94 | 54 | 5D |
Octal | 334 | 374 | 353 | 15 | 0 | 7 | 1 | 224 | 124 | 135 |
Binary | 11011100 | 11111100 | 11101011 | 1101 | 0 | 111 | 1 | 10010100 | 1010100 | 1011101 |
Color Harmonies of #DCFCEB
Complementary color
Monochromatic Colors of #DCFCEB
Black with #DCFCEB
Text Example
Text Example
White with #DCFCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCEB; }
p { color: rgb(220,252,235); }
H1.HeaderClassName
{
color: #DCFCEB;
}
.AnyTagClassName
{
color: #DCFCEB;
}
</style>
background-color css
<style>
a { background-color: #DCFCEB; }
a { background-color: rgb(220,252,235); }
div.DivClassName
{
background-color: #DCFCEB;
}
.BgClassName
{
background-color: #DCFCEB;
}
</style>
border-color css
<style>
span { border-color: #DCFCEB; }
span { border-color: rgb(220,252,235); }
td.TdClassName
{
border-color: #DCFCEB;
}
.TagClassName
{
border-color: #DCFCEB;
}
</style>