Shades of Foam #D0E6E4
Tints of Foam #D0E6E4
RGB
CMYK
RGB Variations
Color information
#D0E6E4 (or 0xD0E6E4) is known color: Foam. HEX triplet: D0, E6 and E4. RGB value is (208,230,228). Sum of RGB (Red+Green+Blue) = 208+230+228=666 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.23% from 666); Green value is 230 (90.23% from 255 or 34.53% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E6E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E6E4 is #2F191B. Grayscale: #DFDFDF. Windows color (decimal): -3086620 or 15001296. OLE color: 15001296.
HSL color Cylindrical-coordinate representation of color #D0E6E4: hue angle of 174.55º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0E6E4 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 230 | 228 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.10 |
| HSL | 174.55º | 0.31% | 0.86% | - |
| HSV(B) | 174.55º | 0.1% | 0.9% | - |
| XYZ | 68.31 | 75.6 | 84.39 | - |
| YUV | 223.19 | 130.71 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 230 | 228 | 0.10 | 0 | 0.01 | 0.10 | 174.55 | 0.31 | 0.86 |
| Hex | D0 | E6 | E4 | A | 0 | 1 | A | AF | 1F | 56 |
| Octal | 320 | 346 | 344 | 12 | 0 | 1 | 12 | 257 | 37 | 126 |
| Binary | 11010000 | 11100110 | 11100100 | 1010 | 0 | 1 | 1010 | 10101111 | 11111 | 1010110 |
Color Harmonies of #D0E6E4
Complementary color
Monochromatic Colors of #D0E6E4
Black with #D0E6E4
Text Example
Text Example
White with #D0E6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E6E4; }
p { color: rgb(208,230,228); }
H1.HeaderClassName
{
color: #D0E6E4;
}
.AnyTagClassName
{
color: #D0E6E4;
}
</style>
background-color css
<style>
a { background-color: #D0E6E4; }
a { background-color: rgb(208,230,228); }
div.DivClassName
{
background-color: #D0E6E4;
}
.BgClassName
{
background-color: #D0E6E4;
}
</style>
border-color css
<style>
span { border-color: #D0E6E4; }
span { border-color: rgb(208,230,228); }
td.TdClassName
{
border-color: #D0E6E4;
}
.TagClassName
{
border-color: #D0E6E4;
}
</style>