Shades of Reef #D3EDAC
Tints of Reef #D3EDAC
RGB
CMYK
RGB Variations
Color information
#D3EDAC (or 0xD3EDAC) is known color: Reef. HEX triplet: D3, ED and AC. RGB value is (211,237,172). Sum of RGB (Red+Green+Blue) = 211+237+172=620 (82% of max value = 765). Red value is 211 (82.81% from 255 or 34.03% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #D3EDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EDAC is #2C1253. Grayscale: #DEDEDE. Windows color (decimal): -2888276 or 11333075. OLE color: 11333075.
HSL color Cylindrical-coordinate representation of color #D3EDAC: hue angle of 84º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D3EDAC is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 237 | 172 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.07 |
| HSL | 84º | 0.64% | 0.8% | - |
| HSV(B) | 84º | 0.27% | 0.93% | - |
| XYZ | 64.59 | 77.4 | 50.56 | - |
| YUV | 221.82 | 99.89 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 237 | 172 | 0.11 | 0 | 0.27 | 0.07 | 84 | 0.64 | 0.8 |
| Hex | D3 | ED | AC | B | 0 | 1B | 7 | 54 | 40 | 50 |
| Octal | 323 | 355 | 254 | 13 | 0 | 33 | 7 | 124 | 100 | 120 |
| Binary | 11010011 | 11101101 | 10101100 | 1011 | 0 | 11011 | 111 | 1010100 | 1000000 | 1010000 |
Color Harmonies of #D3EDAC
Complementary color
Monochromatic Colors of #D3EDAC
Black with #D3EDAC
Text Example
Text Example
White with #D3EDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EDAC; }
p { color: rgb(211,237,172); }
H1.HeaderClassName
{
color: #D3EDAC;
}
.AnyTagClassName
{
color: #D3EDAC;
}
</style>
background-color css
<style>
a { background-color: #D3EDAC; }
a { background-color: rgb(211,237,172); }
div.DivClassName
{
background-color: #D3EDAC;
}
.BgClassName
{
background-color: #D3EDAC;
}
</style>
border-color css
<style>
span { border-color: #D3EDAC; }
span { border-color: rgb(211,237,172); }
td.TdClassName
{
border-color: #D3EDAC;
}
.TagClassName
{
border-color: #D3EDAC;
}
</style>