Shades of Reef #D7F1B3
Tints of Reef #D7F1B3
RGB
CMYK
RGB Variations
Color information
#D7F1B3 (or 0xD7F1B3) is known color: Reef. HEX triplet: D7, F1 and B3. RGB value is (215,241,179). Sum of RGB (Red+Green+Blue) = 215+241+179=635 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.86% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 179 (70.31% from 255 or 28.19% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F1B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F1B3 is #280E4C. Grayscale: #E2E2E2. Windows color (decimal): -2625101 or 11792855. OLE color: 11792855.
HSL color Cylindrical-coordinate representation of color #D7F1B3: hue angle of 85.16º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7F1B3 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 241 | 179 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.05 |
| HSL | 85.16º | 0.69% | 0.82% | - |
| HSV(B) | 85.16º | 0.26% | 0.95% | - |
| XYZ | 67.62 | 80.61 | 54.64 | - |
| YUV | 226.16 | 101.39 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 241 | 179 | 0.11 | 0 | 0.26 | 0.05 | 85.16 | 0.69 | 0.82 |
| Hex | D7 | F1 | B3 | B | 0 | 1A | 5 | 55 | 45 | 52 |
| Octal | 327 | 361 | 263 | 13 | 0 | 32 | 5 | 125 | 105 | 122 |
| Binary | 11010111 | 11110001 | 10110011 | 1011 | 0 | 11010 | 101 | 1010101 | 1000101 | 1010010 |
Color Harmonies of #D7F1B3
Complementary color
Monochromatic Colors of #D7F1B3
Black with #D7F1B3
Text Example
Text Example
White with #D7F1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F1B3; }
p { color: rgb(215,241,179); }
H1.HeaderClassName
{
color: #D7F1B3;
}
.AnyTagClassName
{
color: #D7F1B3;
}
</style>
background-color css
<style>
a { background-color: #D7F1B3; }
a { background-color: rgb(215,241,179); }
div.DivClassName
{
background-color: #D7F1B3;
}
.BgClassName
{
background-color: #D7F1B3;
}
</style>
border-color css
<style>
span { border-color: #D7F1B3; }
span { border-color: rgb(215,241,179); }
td.TdClassName
{
border-color: #D7F1B3;
}
.TagClassName
{
border-color: #D7F1B3;
}
</style>