Shades of Reef #D3EDAF
Tints of Reef #D3EDAF
RGB
CMYK
RGB Variations
Color information
#D3EDAF (or 0xD3EDAF) is known color: Reef. HEX triplet: D3, ED and AF. RGB value is (211,237,175). Sum of RGB (Red+Green+Blue) = 211+237+175=623 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.87% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #D3EDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EDAF is #2C1250. Grayscale: #DEDEDE. Windows color (decimal): -2888273 or 11529683. OLE color: 11529683.
HSL color Cylindrical-coordinate representation of color #D3EDAF: hue angle of 85.16º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3EDAF is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 237 | 175 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.07 |
| HSL | 85.16º | 0.63% | 0.81% | - |
| HSV(B) | 85.16º | 0.26% | 0.93% | - |
| XYZ | 64.89 | 77.51 | 52.1 | - |
| YUV | 222.16 | 101.39 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 237 | 175 | 0.11 | 0 | 0.26 | 0.07 | 85.16 | 0.63 | 0.81 |
| Hex | D3 | ED | AF | B | 0 | 1A | 7 | 55 | 3F | 51 |
| Octal | 323 | 355 | 257 | 13 | 0 | 32 | 7 | 125 | 77 | 121 |
| Binary | 11010011 | 11101101 | 10101111 | 1011 | 0 | 11010 | 111 | 1010101 | 111111 | 1010001 |
Color Harmonies of #D3EDAF
Complementary color
Monochromatic Colors of #D3EDAF
Black with #D3EDAF
Text Example
Text Example
White with #D3EDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EDAF; }
p { color: rgb(211,237,175); }
H1.HeaderClassName
{
color: #D3EDAF;
}
.AnyTagClassName
{
color: #D3EDAF;
}
</style>
background-color css
<style>
a { background-color: #D3EDAF; }
a { background-color: rgb(211,237,175); }
div.DivClassName
{
background-color: #D3EDAF;
}
.BgClassName
{
background-color: #D3EDAF;
}
</style>
border-color css
<style>
span { border-color: #D3EDAF; }
span { border-color: rgb(211,237,175); }
td.TdClassName
{
border-color: #D3EDAF;
}
.TagClassName
{
border-color: #D3EDAF;
}
</style>