Shades of Foam #D0ECE8
Tints of Foam #D0ECE8
RGB
CMYK
RGB Variations
Color information
#D0ECE8 (or 0xD0ECE8) is known color: Foam. HEX triplet: D0, EC and E8. RGB value is (208,236,232). Sum of RGB (Red+Green+Blue) = 208+236+232=676 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.77% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 232 (91.02% from 255 or 34.32% from 676); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0ECE8 is #2F1317. Grayscale: #E3E3E3. Windows color (decimal): -3085080 or 15264976. OLE color: 15264976.
HSL color Cylindrical-coordinate representation of color #D0ECE8: hue angle of 171.43º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0ECE8 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 208 | 236 | 232 | - |
CMYK | 0.12 | 0 | 0.02 | 0.07 |
HSL | 171.43º | 0.42% | 0.87% | - |
HSV(B) | 171.43º | 0.12% | 0.93% | - |
XYZ | 70.57 | 79.23 | 87.92 | - |
YUV | 227.17 | 130.72 | 114.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 236 | 232 | 0.12 | 0 | 0.02 | 0.07 | 171.43 | 0.42 | 0.87 |
Hex | D0 | EC | E8 | C | 0 | 2 | 7 | AB | 2A | 57 |
Octal | 320 | 354 | 350 | 14 | 0 | 2 | 7 | 253 | 52 | 127 |
Binary | 11010000 | 11101100 | 11101000 | 1100 | 0 | 10 | 111 | 10101011 | 101010 | 1010111 |
Color Harmonies of #D0ECE8
Complementary color
Monochromatic Colors of #D0ECE8
Black with #D0ECE8
Text Example
Text Example
White with #D0ECE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ECE8; }
p { color: rgb(208,236,232); }
H1.HeaderClassName
{
color: #D0ECE8;
}
.AnyTagClassName
{
color: #D0ECE8;
}
</style>
background-color css
<style>
a { background-color: #D0ECE8; }
a { background-color: rgb(208,236,232); }
div.DivClassName
{
background-color: #D0ECE8;
}
.BgClassName
{
background-color: #D0ECE8;
}
</style>
border-color css
<style>
span { border-color: #D0ECE8; }
span { border-color: rgb(208,236,232); }
td.TdClassName
{
border-color: #D0ECE8;
}
.TagClassName
{
border-color: #D0ECE8;
}
</style>