Shades of Foam #D0FAF3
Tints of Foam #D0FAF3
RGB
CMYK
RGB Variations
Color information
#D0FAF3 (or 0xD0FAF3) is known color: Foam. HEX triplet: D0, FA and F3. RGB value is (208,250,243). Sum of RGB (Red+Green+Blue) = 208+250+243=701 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.67% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 243 (95.31% from 255 or 34.66% from 701); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FAF3 is #2F050C. Grayscale: #ECECEC. Windows color (decimal): -3081485 or 15989456. OLE color: 15989456.
HSL color Cylindrical-coordinate representation of color #D0FAF3: hue angle of 170º degrees, saturation: 0.81, 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 #D0FAF3 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 208 | 250 | 243 | - |
CMYK | 0.17 | 0 | 0.03 | 0.02 |
HSL | 170º | 0.81% | 0.9% | - |
HSV(B) | 170º | 0.17% | 0.98% | - |
XYZ | 76.38 | 88.25 | 97.8 | - |
YUV | 236.64 | 131.59 | 107.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 250 | 243 | 0.17 | 0 | 0.03 | 0.02 | 170 | 0.81 | 0.9 |
Hex | D0 | FA | F3 | 11 | 0 | 3 | 2 | AA | 51 | 5A |
Octal | 320 | 372 | 363 | 21 | 0 | 3 | 2 | 252 | 121 | 132 |
Binary | 11010000 | 11111010 | 11110011 | 10001 | 0 | 11 | 10 | 10101010 | 1010001 | 1011010 |
Color Harmonies of #D0FAF3
Complementary color
Monochromatic Colors of #D0FAF3
Black with #D0FAF3
Text Example
Text Example
White with #D0FAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FAF3; }
p { color: rgb(208,250,243); }
H1.HeaderClassName
{
color: #D0FAF3;
}
.AnyTagClassName
{
color: #D0FAF3;
}
</style>
background-color css
<style>
a { background-color: #D0FAF3; }
a { background-color: rgb(208,250,243); }
div.DivClassName
{
background-color: #D0FAF3;
}
.BgClassName
{
background-color: #D0FAF3;
}
</style>
border-color css
<style>
span { border-color: #D0FAF3; }
span { border-color: rgb(208,250,243); }
td.TdClassName
{
border-color: #D0FAF3;
}
.TagClassName
{
border-color: #D0FAF3;
}
</style>