Shades of Bubbles #E6FDEE
Tints of Bubbles #E6FDEE
RGB
CMYK
RGB Variations
Color information
#E6FDEE (or 0xE6FDEE) is known color: Bubbles. HEX triplet: E6, FD and EE. RGB value is (230,253,238). Sum of RGB (Red+Green+Blue) = 230+253+238=721 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.90% from 721); Green value is 253 (99.22% from 255 or 35.09% from 721); Blue value is 238 (93.36% from 255 or 33.01% from 721); Max value from RGB is 253 - color contains mainly: green. Hex color #E6FDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FDEE is #190211. Grayscale: #F4F4F4. Windows color (decimal): -1638930 or 15662566. OLE color: 15662566.
HSL color Cylindrical-coordinate representation of color #E6FDEE: hue angle of 140.87º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6FDEE is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 253 | 238 | - |
CMYK | 0.09 | 0 | 0.06 | 0.01 |
HSL | 140.87º | 0.85% | 0.95% | - |
HSV(B) | 140.87º | 0.09% | 0.99% | - |
XYZ | 83.19 | 93.25 | 94.5 | - |
YUV | 244.41 | 124.38 | 117.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 253 | 238 | 0.09 | 0 | 0.06 | 0.01 | 140.87 | 0.85 | 0.95 |
Hex | E6 | FD | EE | 9 | 0 | 6 | 1 | 8D | 55 | 5F |
Octal | 346 | 375 | 356 | 11 | 0 | 6 | 1 | 215 | 125 | 137 |
Binary | 11100110 | 11111101 | 11101110 | 1001 | 0 | 110 | 1 | 10001101 | 1010101 | 1011111 |
Color Harmonies of #E6FDEE
Complementary color
Monochromatic Colors of #E6FDEE
Black with #E6FDEE
Text Example
Text Example
White with #E6FDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FDEE; }
p { color: rgb(230,253,238); }
H1.HeaderClassName
{
color: #E6FDEE;
}
.AnyTagClassName
{
color: #E6FDEE;
}
</style>
background-color css
<style>
a { background-color: #E6FDEE; }
a { background-color: rgb(230,253,238); }
div.DivClassName
{
background-color: #E6FDEE;
}
.BgClassName
{
background-color: #E6FDEE;
}
</style>
border-color css
<style>
span { border-color: #E6FDEE; }
span { border-color: rgb(230,253,238); }
td.TdClassName
{
border-color: #E6FDEE;
}
.TagClassName
{
border-color: #E6FDEE;
}
</style>