Shades of Water Leaf #B7E8DD
Tints of Water Leaf #B7E8DD
RGB
CMYK
RGB Variations
Color information
#B7E8DD (or 0xB7E8DD) is known color: Water Leaf. HEX triplet: B7, E8 and DD. RGB value is (183,232,221). Sum of RGB (Red+Green+Blue) = 183+232+221=636 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.77% from 636); Green value is 232 (91.02% from 255 or 36.48% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 232 - color contains mainly: green. Hex color #B7E8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7E8DD is #481722. Grayscale: #D8D8D8. Windows color (decimal): -4724515 or 14543031. OLE color: 14543031.
HSL color Cylindrical-coordinate representation of color #B7E8DD: hue angle of 166.53º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7E8DD is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 232 | 221 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.09 |
| HSL | 166.53º | 0.52% | 0.81% | - |
| HSV(B) | 166.53º | 0.21% | 0.91% | - |
| XYZ | 61.44 | 73 | 79.26 | - |
| YUV | 216.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 232 | 221 | 0.21 | 0 | 0.05 | 0.09 | 166.53 | 0.52 | 0.81 |
| Hex | B7 | E8 | DD | 15 | 0 | 5 | 9 | A7 | 34 | 51 |
| Octal | 267 | 350 | 335 | 25 | 0 | 5 | 11 | 247 | 64 | 121 |
| Binary | 10110111 | 11101000 | 11011101 | 10101 | 0 | 101 | 1001 | 10100111 | 110100 | 1010001 |
Color Harmonies of #B7E8DD
Complementary color
Monochromatic Colors of #B7E8DD
Black with #B7E8DD
Text Example
Text Example
White with #B7E8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E8DD; }
p { color: rgb(183,232,221); }
H1.HeaderClassName
{
color: #B7E8DD;
}
.AnyTagClassName
{
color: #B7E8DD;
}
</style>
background-color css
<style>
a { background-color: #B7E8DD; }
a { background-color: rgb(183,232,221); }
div.DivClassName
{
background-color: #B7E8DD;
}
.BgClassName
{
background-color: #B7E8DD;
}
</style>
border-color css
<style>
span { border-color: #B7E8DD; }
span { border-color: rgb(183,232,221); }
td.TdClassName
{
border-color: #B7E8DD;
}
.TagClassName
{
border-color: #B7E8DD;
}
</style>