Shades of Reef #D3E6AF
Tints of Reef #D3E6AF
RGB
CMYK
RGB Variations
Color information
#D3E6AF (or 0xD3E6AF) is known color: Reef. HEX triplet: D3, E6 and AF. RGB value is (211,230,175). Sum of RGB (Red+Green+Blue) = 211+230+175=616 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.25% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 230 - color contains mainly: green. Hex color #D3E6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3E6AF is #2C1950. Grayscale: #DADADA. Windows color (decimal): -2890065 or 11527891. OLE color: 11527891.
HSL color Cylindrical-coordinate representation of color #D3E6AF: hue angle of 80.73º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3E6AF is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 230 | 175 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.10 |
| HSL | 80.73º | 0.52% | 0.79% | - |
| HSV(B) | 80.73º | 0.24% | 0.9% | - |
| XYZ | 62.9 | 73.54 | 51.44 | - |
| YUV | 218.05 | 103.71 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 230 | 175 | 0.08 | 0 | 0.24 | 0.10 | 80.73 | 0.52 | 0.79 |
| Hex | D3 | E6 | AF | 8 | 0 | 18 | A | 51 | 34 | 4F |
| Octal | 323 | 346 | 257 | 10 | 0 | 30 | 12 | 121 | 64 | 117 |
| Binary | 11010011 | 11100110 | 10101111 | 1000 | 0 | 11000 | 1010 | 1010001 | 110100 | 1001111 |
Color Harmonies of #D3E6AF
Complementary color
Monochromatic Colors of #D3E6AF
Black with #D3E6AF
Text Example
Text Example
White with #D3E6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E6AF; }
p { color: rgb(211,230,175); }
H1.HeaderClassName
{
color: #D3E6AF;
}
.AnyTagClassName
{
color: #D3E6AF;
}
</style>
background-color css
<style>
a { background-color: #D3E6AF; }
a { background-color: rgb(211,230,175); }
div.DivClassName
{
background-color: #D3E6AF;
}
.BgClassName
{
background-color: #D3E6AF;
}
</style>
border-color css
<style>
span { border-color: #D3E6AF; }
span { border-color: rgb(211,230,175); }
td.TdClassName
{
border-color: #D3E6AF;
}
.TagClassName
{
border-color: #D3E6AF;
}
</style>