Shades of Reef #D7F0B3
Tints of Reef #D7F0B3
RGB
CMYK
RGB Variations
Color information
#D7F0B3 (or 0xD7F0B3) is known color: Reef. HEX triplet: D7, F0 and B3. RGB value is (215,240,179). Sum of RGB (Red+Green+Blue) = 215+240+179=634 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.91% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 179 (70.31% from 255 or 28.23% from 634); Max value from RGB is 240 - color contains mainly: green. Hex color #D7F0B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F0B3 is #280F4C. Grayscale: #E1E1E1. Windows color (decimal): -2625357 or 11792599. OLE color: 11792599.
HSL color Cylindrical-coordinate representation of color #D7F0B3: hue angle of 84.59º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D7F0B3 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 240 | 179 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.06 |
| HSL | 84.59º | 0.67% | 0.82% | - |
| HSV(B) | 84.59º | 0.25% | 0.94% | - |
| XYZ | 67.32 | 80.02 | 54.55 | - |
| YUV | 225.57 | 101.72 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 240 | 179 | 0.10 | 0 | 0.25 | 0.06 | 84.59 | 0.67 | 0.82 |
| Hex | D7 | F0 | B3 | A | 0 | 19 | 6 | 55 | 43 | 52 |
| Octal | 327 | 360 | 263 | 12 | 0 | 31 | 6 | 125 | 103 | 122 |
| Binary | 11010111 | 11110000 | 10110011 | 1010 | 0 | 11001 | 110 | 1010101 | 1000011 | 1010010 |
Color Harmonies of #D7F0B3
Complementary color
Monochromatic Colors of #D7F0B3
Black with #D7F0B3
Text Example
Text Example
White with #D7F0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F0B3; }
p { color: rgb(215,240,179); }
H1.HeaderClassName
{
color: #D7F0B3;
}
.AnyTagClassName
{
color: #D7F0B3;
}
</style>
background-color css
<style>
a { background-color: #D7F0B3; }
a { background-color: rgb(215,240,179); }
div.DivClassName
{
background-color: #D7F0B3;
}
.BgClassName
{
background-color: #D7F0B3;
}
</style>
border-color css
<style>
span { border-color: #D7F0B3; }
span { border-color: rgb(215,240,179); }
td.TdClassName
{
border-color: #D7F0B3;
}
.TagClassName
{
border-color: #D7F0B3;
}
</style>