Shades of Foam #D0FBF5
Tints of Foam #D0FBF5
RGB
CMYK
RGB Variations
Color information
#D0FBF5 (or 0xD0FBF5) is known color: Foam. HEX triplet: D0, FB and F5. RGB value is (208,251,245). Sum of RGB (Red+Green+Blue) = 208+251+245=704 (93% of max value = 765). Red value is 208 (81.64% from 255 or 29.55% from 704); Green value is 251 (98.44% from 255 or 35.65% from 704); Blue value is 245 (96.09% from 255 or 34.80% from 704); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FBF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FBF5 is #2F040A. Grayscale: #EDEDED. Windows color (decimal): -3081227 or 16120784. OLE color: 16120784.
HSL color Cylindrical-coordinate representation of color #D0FBF5: hue angle of 171.63º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0FBF5 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 245 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.02 |
| HSL | 171.63º | 0.84% | 0.9% | - |
| HSV(B) | 171.63º | 0.17% | 0.98% | - |
| XYZ | 76.99 | 89 | 99.51 | - |
| YUV | 237.46 | 132.25 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 245 | 0.17 | 0 | 0.02 | 0.02 | 171.63 | 0.84 | 0.9 |
| Hex | D0 | FB | F5 | 11 | 0 | 2 | 2 | AC | 54 | 5A |
| Octal | 320 | 373 | 365 | 21 | 0 | 2 | 2 | 254 | 124 | 132 |
| Binary | 11010000 | 11111011 | 11110101 | 10001 | 0 | 10 | 10 | 10101100 | 1010100 | 1011010 |
Color Harmonies of #D0FBF5
Complementary color
Monochromatic Colors of #D0FBF5
Black with #D0FBF5
Text Example
Text Example
White with #D0FBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FBF5; }
p { color: rgb(208,251,245); }
H1.HeaderClassName
{
color: #D0FBF5;
}
.AnyTagClassName
{
color: #D0FBF5;
}
</style>
background-color css
<style>
a { background-color: #D0FBF5; }
a { background-color: rgb(208,251,245); }
div.DivClassName
{
background-color: #D0FBF5;
}
.BgClassName
{
background-color: #D0FBF5;
}
</style>
border-color css
<style>
span { border-color: #D0FBF5; }
span { border-color: rgb(208,251,245); }
td.TdClassName
{
border-color: #D0FBF5;
}
.TagClassName
{
border-color: #D0FBF5;
}
</style>