Shades of Reef #D3EFAF
Tints of Reef #D3EFAF
RGB
CMYK
RGB Variations
Color information
#D3EFAF (or 0xD3EFAF) is known color: Reef. HEX triplet: D3, EF and AF. RGB value is (211,239,175). Sum of RGB (Red+Green+Blue) = 211+239+175=625 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.76% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EFAF is #2C1050. Grayscale: #DFDFDF. Windows color (decimal): -2887761 or 11530195. OLE color: 11530195.
HSL color Cylindrical-coordinate representation of color #D3EFAF: hue angle of 86.25º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D3EFAF is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 239 | 175 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.06 |
| HSL | 86.25º | 0.67% | 0.81% | - |
| HSV(B) | 86.25º | 0.27% | 0.94% | - |
| XYZ | 65.47 | 78.68 | 52.29 | - |
| YUV | 223.33 | 100.72 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 239 | 175 | 0.12 | 0 | 0.27 | 0.06 | 86.25 | 0.67 | 0.81 |
| Hex | D3 | EF | AF | C | 0 | 1B | 6 | 56 | 43 | 51 |
| Octal | 323 | 357 | 257 | 14 | 0 | 33 | 6 | 126 | 103 | 121 |
| Binary | 11010011 | 11101111 | 10101111 | 1100 | 0 | 11011 | 110 | 1010110 | 1000011 | 1010001 |
Color Harmonies of #D3EFAF
Complementary color
Monochromatic Colors of #D3EFAF
Black with #D3EFAF
Text Example
Text Example
White with #D3EFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EFAF; }
p { color: rgb(211,239,175); }
H1.HeaderClassName
{
color: #D3EFAF;
}
.AnyTagClassName
{
color: #D3EFAF;
}
</style>
background-color css
<style>
a { background-color: #D3EFAF; }
a { background-color: rgb(211,239,175); }
div.DivClassName
{
background-color: #D3EFAF;
}
.BgClassName
{
background-color: #D3EFAF;
}
</style>
border-color css
<style>
span { border-color: #D3EFAF; }
span { border-color: rgb(211,239,175); }
td.TdClassName
{
border-color: #D3EFAF;
}
.TagClassName
{
border-color: #D3EFAF;
}
</style>