Shades of Bubbles #DFF3E7
Tints of Bubbles #DFF3E7
RGB
CMYK
RGB Variations
Color information
#DFF3E7 (or 0xDFF3E7) is known color: Bubbles. HEX triplet: DF, F3 and E7. RGB value is (223,243,231). Sum of RGB (Red+Green+Blue) = 223+243+231=697 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.99% from 697); Green value is 243 (95.31% from 255 or 34.86% from 697); Blue value is 231 (90.62% from 255 or 33.14% from 697); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF3E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF3E7 is #200C18. Grayscale: #EBEBEB. Windows color (decimal): -2100249 or 15201247. OLE color: 15201247.
HSL color Cylindrical-coordinate representation of color #DFF3E7: hue angle of 144º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFF3E7 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 231 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.05 |
| HSL | 144º | 0.45% | 0.91% | - |
| HSV(B) | 144º | 0.08% | 0.95% | - |
| XYZ | 76.91 | 85.56 | 88.06 | - |
| YUV | 235.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 231 | 0.08 | 0 | 0.05 | 0.05 | 144 | 0.45 | 0.91 |
| Hex | DF | F3 | E7 | 8 | 0 | 5 | 5 | 90 | 2D | 5B |
| Octal | 337 | 363 | 347 | 10 | 0 | 5 | 5 | 220 | 55 | 133 |
| Binary | 11011111 | 11110011 | 11100111 | 1000 | 0 | 101 | 101 | 10010000 | 101101 | 1011011 |
Color Harmonies of #DFF3E7
Complementary color
Monochromatic Colors of #DFF3E7
Black with #DFF3E7
Text Example
Text Example
White with #DFF3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF3E7; }
p { color: rgb(223,243,231); }
H1.HeaderClassName
{
color: #DFF3E7;
}
.AnyTagClassName
{
color: #DFF3E7;
}
</style>
background-color css
<style>
a { background-color: #DFF3E7; }
a { background-color: rgb(223,243,231); }
div.DivClassName
{
background-color: #DFF3E7;
}
.BgClassName
{
background-color: #DFF3E7;
}
</style>
border-color css
<style>
span { border-color: #DFF3E7; }
span { border-color: rgb(223,243,231); }
td.TdClassName
{
border-color: #DFF3E7;
}
.TagClassName
{
border-color: #DFF3E7;
}
</style>