Shades of Reef #D9EFB3
Tints of Reef #D9EFB3
RGB
CMYK
RGB Variations
Color information
#D9EFB3 (or 0xD9EFB3) is known color: Reef. HEX triplet: D9, EF and B3. RGB value is (217,239,179). Sum of RGB (Red+Green+Blue) = 217+239+179=635 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.17% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 179 (70.31% from 255 or 28.19% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EFB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EFB3 is #26104C. Grayscale: #E1E1E1. Windows color (decimal): -2494541 or 11792345. OLE color: 11792345.
HSL color Cylindrical-coordinate representation of color #D9EFB3: hue angle of 82º degrees, saturation: 0.65, 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 #D9EFB3 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 239 | 179 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.06 |
| HSL | 82º | 0.65% | 0.82% | - |
| HSV(B) | 82º | 0.25% | 0.94% | - |
| XYZ | 67.62 | 79.74 | 54.48 | - |
| YUV | 225.58 | 101.71 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 239 | 179 | 0.09 | 0 | 0.25 | 0.06 | 82 | 0.65 | 0.82 |
| Hex | D9 | EF | B3 | 9 | 0 | 19 | 6 | 52 | 41 | 52 |
| Octal | 331 | 357 | 263 | 11 | 0 | 31 | 6 | 122 | 101 | 122 |
| Binary | 11011001 | 11101111 | 10110011 | 1001 | 0 | 11001 | 110 | 1010010 | 1000001 | 1010010 |
Color Harmonies of #D9EFB3
Complementary color
Monochromatic Colors of #D9EFB3
Black with #D9EFB3
Text Example
Text Example
White with #D9EFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EFB3; }
p { color: rgb(217,239,179); }
H1.HeaderClassName
{
color: #D9EFB3;
}
.AnyTagClassName
{
color: #D9EFB3;
}
</style>
background-color css
<style>
a { background-color: #D9EFB3; }
a { background-color: rgb(217,239,179); }
div.DivClassName
{
background-color: #D9EFB3;
}
.BgClassName
{
background-color: #D9EFB3;
}
</style>
border-color css
<style>
span { border-color: #D9EFB3; }
span { border-color: rgb(217,239,179); }
td.TdClassName
{
border-color: #D9EFB3;
}
.TagClassName
{
border-color: #D9EFB3;
}
</style>