Shades of Reef #D3EFB0
Tints of Reef #D3EFB0
RGB
CMYK
RGB Variations
Color information
#D3EFB0 (or 0xD3EFB0) is known color: Reef. HEX triplet: D3, EF and B0. RGB value is (211,239,176). Sum of RGB (Red+Green+Blue) = 211+239+176=626 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.71% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 176 (69.14% from 255 or 28.12% from 626); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EFB0 is #2C104F. Grayscale: #DFDFDF. Windows color (decimal): -2887760 or 11595731. OLE color: 11595731.
HSL color Cylindrical-coordinate representation of color #D3EFB0: hue angle of 86.67º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3EFB0 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 239 | 176 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.06 |
| HSL | 86.67º | 0.66% | 0.81% | - |
| HSV(B) | 86.67º | 0.26% | 0.94% | - |
| XYZ | 65.57 | 78.72 | 52.81 | - |
| YUV | 223.45 | 101.22 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 239 | 176 | 0.12 | 0 | 0.26 | 0.06 | 86.67 | 0.66 | 0.81 |
| Hex | D3 | EF | B0 | C | 0 | 1A | 6 | 57 | 42 | 51 |
| Octal | 323 | 357 | 260 | 14 | 0 | 32 | 6 | 127 | 102 | 121 |
| Binary | 11010011 | 11101111 | 10110000 | 1100 | 0 | 11010 | 110 | 1010111 | 1000010 | 1010001 |
Color Harmonies of #D3EFB0
Complementary color
Monochromatic Colors of #D3EFB0
Black with #D3EFB0
Text Example
Text Example
White with #D3EFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EFB0; }
p { color: rgb(211,239,176); }
H1.HeaderClassName
{
color: #D3EFB0;
}
.AnyTagClassName
{
color: #D3EFB0;
}
</style>
background-color css
<style>
a { background-color: #D3EFB0; }
a { background-color: rgb(211,239,176); }
div.DivClassName
{
background-color: #D3EFB0;
}
.BgClassName
{
background-color: #D3EFB0;
}
</style>
border-color css
<style>
span { border-color: #D3EFB0; }
span { border-color: rgb(211,239,176); }
td.TdClassName
{
border-color: #D3EFB0;
}
.TagClassName
{
border-color: #D3EFB0;
}
</style>