Shades of Foam #D3EDE8
Tints of Foam #D3EDE8
RGB
CMYK
RGB Variations
Color information
#D3EDE8 (or 0xD3EDE8) is known color: Foam. HEX triplet: D3, ED and E8. RGB value is (211,237,232). Sum of RGB (Red+Green+Blue) = 211+237+232=680 (90% of max value = 765). Red value is 211 (82.81% from 255 or 31.03% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 232 (91.02% from 255 or 34.12% from 680); Max value from RGB is 237 - color contains mainly: green. Hex color #D3EDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EDE8 is #2C1217. Grayscale: #E4E4E4. Windows color (decimal): -2888216 or 15265235. OLE color: 15265235.
HSL color Cylindrical-coordinate representation of color #D3EDE8: hue angle of 168.46º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3EDE8 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 211 | 237 | 232 | - |
CMYK | 0.11 | 0 | 0.02 | 0.07 |
HSL | 168.46º | 0.42% | 0.88% | - |
HSV(B) | 168.46º | 0.11% | 0.93% | - |
XYZ | 71.71 | 80.24 | 88.05 | - |
YUV | 228.66 | 129.89 | 115.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 237 | 232 | 0.11 | 0 | 0.02 | 0.07 | 168.46 | 0.42 | 0.88 |
Hex | D3 | ED | E8 | B | 0 | 2 | 7 | A8 | 2A | 58 |
Octal | 323 | 355 | 350 | 13 | 0 | 2 | 7 | 250 | 52 | 130 |
Binary | 11010011 | 11101101 | 11101000 | 1011 | 0 | 10 | 111 | 10101000 | 101010 | 1011000 |
Color Harmonies of #D3EDE8
Complementary color
Monochromatic Colors of #D3EDE8
Black with #D3EDE8
Text Example
Text Example
White with #D3EDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EDE8; }
p { color: rgb(211,237,232); }
H1.HeaderClassName
{
color: #D3EDE8;
}
.AnyTagClassName
{
color: #D3EDE8;
}
</style>
background-color css
<style>
a { background-color: #D3EDE8; }
a { background-color: rgb(211,237,232); }
div.DivClassName
{
background-color: #D3EDE8;
}
.BgClassName
{
background-color: #D3EDE8;
}
</style>
border-color css
<style>
span { border-color: #D3EDE8; }
span { border-color: rgb(211,237,232); }
td.TdClassName
{
border-color: #D3EDE8;
}
.TagClassName
{
border-color: #D3EDE8;
}
</style>