Shades of Reef #D2EFAD
Tints of Reef #D2EFAD
RGB
CMYK
RGB Variations
Color information
#D2EFAD (or 0xD2EFAD) is known color: Reef. HEX triplet: D2, EF and AD. RGB value is (210,239,173). Sum of RGB (Red+Green+Blue) = 210+239+173=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EFAD is #2D1052. Grayscale: #DFDFDF. Windows color (decimal): -2953299 or 11399122. OLE color: 11399122.
HSL color Cylindrical-coordinate representation of color #D2EFAD: hue angle of 86.36º degrees, saturation: 0.67, 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 #D2EFAD is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 173 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.06 |
| HSL | 86.36º | 0.67% | 0.81% | - |
| HSV(B) | 86.36º | 0.28% | 0.94% | - |
| XYZ | 64.99 | 78.45 | 51.25 | - |
| YUV | 222.81 | 99.89 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 173 | 0.12 | 0 | 0.28 | 0.06 | 86.36 | 0.67 | 0.81 |
| Hex | D2 | EF | AD | C | 0 | 1C | 6 | 56 | 43 | 51 |
| Octal | 322 | 357 | 255 | 14 | 0 | 34 | 6 | 126 | 103 | 121 |
| Binary | 11010010 | 11101111 | 10101101 | 1100 | 0 | 11100 | 110 | 1010110 | 1000011 | 1010001 |
Color Harmonies of #D2EFAD
Complementary color
Monochromatic Colors of #D2EFAD
Black with #D2EFAD
Text Example
Text Example
White with #D2EFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EFAD; }
p { color: rgb(210,239,173); }
H1.HeaderClassName
{
color: #D2EFAD;
}
.AnyTagClassName
{
color: #D2EFAD;
}
</style>
background-color css
<style>
a { background-color: #D2EFAD; }
a { background-color: rgb(210,239,173); }
div.DivClassName
{
background-color: #D2EFAD;
}
.BgClassName
{
background-color: #D2EFAD;
}
</style>
border-color css
<style>
span { border-color: #D2EFAD; }
span { border-color: rgb(210,239,173); }
td.TdClassName
{
border-color: #D2EFAD;
}
.TagClassName
{
border-color: #D2EFAD;
}
</style>