Shades of Foam #D0FCF5
Tints of Foam #D0FCF5
RGB
CMYK
RGB Variations
Color information
#D0FCF5 (or 0xD0FCF5) is known color: Foam. HEX triplet: D0, FC and F5. RGB value is (208,252,245). Sum of RGB (Red+Green+Blue) = 208+252+245=705 (93% of max value = 765). Red value is 208 (81.64% from 255 or 29.50% from 705); Green value is 252 (98.83% from 255 or 35.74% from 705); Blue value is 245 (96.09% from 255 or 34.75% from 705); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FCF5 is #2F030A. Grayscale: #EEEEEE. Windows color (decimal): -3080971 or 16121040. OLE color: 16121040.
HSL color Cylindrical-coordinate representation of color #D0FCF5: hue angle of 170.45º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0FCF5 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 252 | 245 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.01 |
| HSL | 170.45º | 0.88% | 0.9% | - |
| HSV(B) | 170.45º | 0.17% | 0.99% | - |
| XYZ | 77.3 | 89.62 | 99.61 | - |
| YUV | 238.05 | 131.92 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 252 | 245 | 0.17 | 0 | 0.03 | 0.01 | 170.45 | 0.88 | 0.9 |
| Hex | D0 | FC | F5 | 11 | 0 | 3 | 1 | AA | 58 | 5A |
| Octal | 320 | 374 | 365 | 21 | 0 | 3 | 1 | 252 | 130 | 132 |
| Binary | 11010000 | 11111100 | 11110101 | 10001 | 0 | 11 | 1 | 10101010 | 1011000 | 1011010 |
Color Harmonies of #D0FCF5
Complementary color
Monochromatic Colors of #D0FCF5
Black with #D0FCF5
Text Example
Text Example
White with #D0FCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FCF5; }
p { color: rgb(208,252,245); }
H1.HeaderClassName
{
color: #D0FCF5;
}
.AnyTagClassName
{
color: #D0FCF5;
}
</style>
background-color css
<style>
a { background-color: #D0FCF5; }
a { background-color: rgb(208,252,245); }
div.DivClassName
{
background-color: #D0FCF5;
}
.BgClassName
{
background-color: #D0FCF5;
}
</style>
border-color css
<style>
span { border-color: #D0FCF5; }
span { border-color: rgb(208,252,245); }
td.TdClassName
{
border-color: #D0FCF5;
}
.TagClassName
{
border-color: #D0FCF5;
}
</style>