Shades of Bubbles #DFFCEB
Tints of Bubbles #DFFCEB
RGB
CMYK
RGB Variations
Color information
#DFFCEB (or 0xDFFCEB) is known color: Bubbles. HEX triplet: DF, FC and EB. RGB value is (223,252,235). Sum of RGB (Red+Green+Blue) = 223+252+235=710 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.41% from 710); Green value is 252 (98.83% from 255 or 35.49% from 710); Blue value is 235 (92.19% from 255 or 33.10% from 710); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFCEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFCEB is #200314. Grayscale: #F1F1F1. Windows color (decimal): -2097941 or 15465695. OLE color: 15465695.
HSL color Cylindrical-coordinate representation of color #DFFCEB: hue angle of 144.83º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFFCEB is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 252 | 235 | - |
CMYK | 0.12 | 0 | 0.07 | 0.01 |
HSL | 144.83º | 0.83% | 0.93% | - |
HSV(B) | 144.83º | 0.12% | 0.99% | - |
XYZ | 80.24 | 91.31 | 91.99 | - |
YUV | 241.39 | 124.39 | 114.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 252 | 235 | 0.12 | 0 | 0.07 | 0.01 | 144.83 | 0.83 | 0.93 |
Hex | DF | FC | EB | C | 0 | 7 | 1 | 91 | 53 | 5D |
Octal | 337 | 374 | 353 | 14 | 0 | 7 | 1 | 221 | 123 | 135 |
Binary | 11011111 | 11111100 | 11101011 | 1100 | 0 | 111 | 1 | 10010001 | 1010011 | 1011101 |
Color Harmonies of #DFFCEB
Complementary color
Monochromatic Colors of #DFFCEB
Black with #DFFCEB
Text Example
Text Example
White with #DFFCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFCEB; }
p { color: rgb(223,252,235); }
H1.HeaderClassName
{
color: #DFFCEB;
}
.AnyTagClassName
{
color: #DFFCEB;
}
</style>
background-color css
<style>
a { background-color: #DFFCEB; }
a { background-color: rgb(223,252,235); }
div.DivClassName
{
background-color: #DFFCEB;
}
.BgClassName
{
background-color: #DFFCEB;
}
</style>
border-color css
<style>
span { border-color: #DFFCEB; }
span { border-color: rgb(223,252,235); }
td.TdClassName
{
border-color: #DFFCEB;
}
.TagClassName
{
border-color: #DFFCEB;
}
</style>