Shades of Reef #D7F3B1
Tints of Reef #D7F3B1
RGB
CMYK
RGB Variations
Color information
#D7F3B1 (or 0xD7F3B1) is known color: Reef. HEX triplet: D7, F3 and B1. RGB value is (215,243,177). Sum of RGB (Red+Green+Blue) = 215+243+177=635 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.86% from 635); Green value is 243 (95.31% from 255 or 38.27% from 635); Blue value is 177 (69.53% from 255 or 27.87% from 635); Max value from RGB is 243 - color contains mainly: green. Hex color #D7F3B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F3B1 is #280C4E. Grayscale: #E3E3E3. Windows color (decimal): -2624591 or 11662295. OLE color: 11662295.
HSL color Cylindrical-coordinate representation of color #D7F3B1: hue angle of 85.45º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7F3B1 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 243 | 177 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.05 |
| HSL | 85.45º | 0.73% | 0.82% | - |
| HSV(B) | 85.45º | 0.27% | 0.95% | - |
| XYZ | 68.01 | 81.72 | 53.78 | - |
| YUV | 227.1 | 99.72 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 243 | 177 | 0.12 | 0 | 0.27 | 0.05 | 85.45 | 0.73 | 0.82 |
| Hex | D7 | F3 | B1 | C | 0 | 1B | 5 | 55 | 49 | 52 |
| Octal | 327 | 363 | 261 | 14 | 0 | 33 | 5 | 125 | 111 | 122 |
| Binary | 11010111 | 11110011 | 10110001 | 1100 | 0 | 11011 | 101 | 1010101 | 1001001 | 1010010 |
Color Harmonies of #D7F3B1
Complementary color
Monochromatic Colors of #D7F3B1
Black with #D7F3B1
Text Example
Text Example
White with #D7F3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F3B1; }
p { color: rgb(215,243,177); }
H1.HeaderClassName
{
color: #D7F3B1;
}
.AnyTagClassName
{
color: #D7F3B1;
}
</style>
background-color css
<style>
a { background-color: #D7F3B1; }
a { background-color: rgb(215,243,177); }
div.DivClassName
{
background-color: #D7F3B1;
}
.BgClassName
{
background-color: #D7F3B1;
}
</style>
border-color css
<style>
span { border-color: #D7F3B1; }
span { border-color: rgb(215,243,177); }
td.TdClassName
{
border-color: #D7F3B1;
}
.TagClassName
{
border-color: #D7F3B1;
}
</style>