Shades of Bubbles #E6FDF0
Tints of Bubbles #E6FDF0
RGB
CMYK
RGB Variations
Color information
#E6FDF0 (or 0xE6FDF0) is known color: Bubbles. HEX triplet: E6, FD and F0. RGB value is (230,253,240). Sum of RGB (Red+Green+Blue) = 230+253+240=723 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.81% from 723); Green value is 253 (99.22% from 255 or 34.99% from 723); Blue value is 240 (94.14% from 255 or 33.20% from 723); Max value from RGB is 253 - color contains mainly: green. Hex color #E6FDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FDF0 is #19020F. Grayscale: #F4F4F4. Windows color (decimal): -1638928 or 15793638. OLE color: 15793638.
HSL color Cylindrical-coordinate representation of color #E6FDF0: hue angle of 146.09º 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 #E6FDF0 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 253 | 240 | - |
CMYK | 0.09 | 0 | 0.05 | 0.01 |
HSL | 146.09º | 0.85% | 0.95% | - |
HSV(B) | 146.09º | 0.09% | 0.99% | - |
XYZ | 83.49 | 93.36 | 96.06 | - |
YUV | 244.64 | 125.38 | 117.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 253 | 240 | 0.09 | 0 | 0.05 | 0.01 | 146.09 | 0.85 | 0.95 |
Hex | E6 | FD | F0 | 9 | 0 | 5 | 1 | 92 | 55 | 5F |
Octal | 346 | 375 | 360 | 11 | 0 | 5 | 1 | 222 | 125 | 137 |
Binary | 11100110 | 11111101 | 11110000 | 1001 | 0 | 101 | 1 | 10010010 | 1010101 | 1011111 |
Color Harmonies of #E6FDF0
Complementary color
Monochromatic Colors of #E6FDF0
Black with #E6FDF0
Text Example
Text Example
White with #E6FDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FDF0; }
p { color: rgb(230,253,240); }
H1.HeaderClassName
{
color: #E6FDF0;
}
.AnyTagClassName
{
color: #E6FDF0;
}
</style>
background-color css
<style>
a { background-color: #E6FDF0; }
a { background-color: rgb(230,253,240); }
div.DivClassName
{
background-color: #E6FDF0;
}
.BgClassName
{
background-color: #E6FDF0;
}
</style>
border-color css
<style>
span { border-color: #E6FDF0; }
span { border-color: rgb(230,253,240); }
td.TdClassName
{
border-color: #E6FDF0;
}
.TagClassName
{
border-color: #E6FDF0;
}
</style>