Shades of Reef #D9EFB5
Tints of Reef #D9EFB5
RGB
CMYK
RGB Variations
Color information
#D9EFB5 (or 0xD9EFB5) is known color: Reef. HEX triplet: D9, EF and B5. RGB value is (217,239,181). Sum of RGB (Red+Green+Blue) = 217+239+181=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 181 (71.09% from 255 or 28.41% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EFB5 is #26104A. Grayscale: #E2E2E2. Windows color (decimal): -2494539 or 11923417. OLE color: 11923417.
HSL color Cylindrical-coordinate representation of color #D9EFB5: hue angle of 82.76º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9EFB5 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 239 | 181 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.06 |
| HSL | 82.76º | 0.64% | 0.82% | - |
| HSV(B) | 82.76º | 0.24% | 0.94% | - |
| XYZ | 67.82 | 79.82 | 55.55 | - |
| YUV | 225.81 | 102.71 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 239 | 181 | 0.09 | 0 | 0.24 | 0.06 | 82.76 | 0.64 | 0.82 |
| Hex | D9 | EF | B5 | 9 | 0 | 18 | 6 | 53 | 40 | 52 |
| Octal | 331 | 357 | 265 | 11 | 0 | 30 | 6 | 123 | 100 | 122 |
| Binary | 11011001 | 11101111 | 10110101 | 1001 | 0 | 11000 | 110 | 1010011 | 1000000 | 1010010 |
Color Harmonies of #D9EFB5
Complementary color
Monochromatic Colors of #D9EFB5
Black with #D9EFB5
Text Example
Text Example
White with #D9EFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EFB5; }
p { color: rgb(217,239,181); }
H1.HeaderClassName
{
color: #D9EFB5;
}
.AnyTagClassName
{
color: #D9EFB5;
}
</style>
background-color css
<style>
a { background-color: #D9EFB5; }
a { background-color: rgb(217,239,181); }
div.DivClassName
{
background-color: #D9EFB5;
}
.BgClassName
{
background-color: #D9EFB5;
}
</style>
border-color css
<style>
span { border-color: #D9EFB5; }
span { border-color: rgb(217,239,181); }
td.TdClassName
{
border-color: #D9EFB5;
}
.TagClassName
{
border-color: #D9EFB5;
}
</style>