Shades of Reef #D3EFAC
Tints of Reef #D3EFAC
RGB
CMYK
RGB Variations
Color information
#D3EFAC (or 0xD3EFAC) is known color: Reef. HEX triplet: D3, EF and AC. RGB value is (211,239,172). Sum of RGB (Red+Green+Blue) = 211+239+172=622 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.92% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 172 (67.58% from 255 or 27.65% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EFAC is #2C1053. Grayscale: #DFDFDF. Windows color (decimal): -2887764 or 11333587. OLE color: 11333587.
HSL color Cylindrical-coordinate representation of color #D3EFAC: hue angle of 85.07º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D3EFAC is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 239 | 172 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.06 |
| HSL | 85.07º | 0.68% | 0.81% | - |
| HSV(B) | 85.07º | 0.28% | 0.94% | - |
| XYZ | 65.18 | 78.56 | 50.76 | - |
| YUV | 222.99 | 99.22 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 239 | 172 | 0.12 | 0 | 0.28 | 0.06 | 85.07 | 0.68 | 0.81 |
| Hex | D3 | EF | AC | C | 0 | 1C | 6 | 55 | 44 | 51 |
| Octal | 323 | 357 | 254 | 14 | 0 | 34 | 6 | 125 | 104 | 121 |
| Binary | 11010011 | 11101111 | 10101100 | 1100 | 0 | 11100 | 110 | 1010101 | 1000100 | 1010001 |
Color Harmonies of #D3EFAC
Complementary color
Monochromatic Colors of #D3EFAC
Black with #D3EFAC
Text Example
Text Example
White with #D3EFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EFAC; }
p { color: rgb(211,239,172); }
H1.HeaderClassName
{
color: #D3EFAC;
}
.AnyTagClassName
{
color: #D3EFAC;
}
</style>
background-color css
<style>
a { background-color: #D3EFAC; }
a { background-color: rgb(211,239,172); }
div.DivClassName
{
background-color: #D3EFAC;
}
.BgClassName
{
background-color: #D3EFAC;
}
</style>
border-color css
<style>
span { border-color: #D3EFAC; }
span { border-color: rgb(211,239,172); }
td.TdClassName
{
border-color: #D3EFAC;
}
.TagClassName
{
border-color: #D3EFAC;
}
</style>