Shades of Reef #D8FBAD
Tints of Reef #D8FBAD
RGB
CMYK
RGB Variations
Color information
#D8FBAD (or 0xD8FBAD) is known color: Reef. HEX triplet: D8, FB and AD. RGB value is (216,251,173). Sum of RGB (Red+Green+Blue) = 216+251+173=640 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.75% from 640); Green value is 251 (98.44% from 255 or 39.22% from 640); Blue value is 173 (67.97% from 255 or 27.03% from 640); Max value from RGB is 251 - color contains mainly: green. Hex color #D8FBAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FBAD is #270452. Grayscale: #E7E7E7. Windows color (decimal): -2557011 or 11402200. OLE color: 11402200.
HSL color Cylindrical-coordinate representation of color #D8FBAD: hue angle of 86.92º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8FBAD is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 251 | 173 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.02 |
| HSL | 86.92º | 0.91% | 0.83% | - |
| HSV(B) | 86.92º | 0.31% | 0.98% | - |
| XYZ | 70.36 | 86.61 | 52.54 | - |
| YUV | 231.64 | 94.9 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 251 | 173 | 0.14 | 0 | 0.31 | 0.02 | 86.92 | 0.91 | 0.83 |
| Hex | D8 | FB | AD | E | 0 | 1F | 2 | 57 | 5B | 53 |
| Octal | 330 | 373 | 255 | 16 | 0 | 37 | 2 | 127 | 133 | 123 |
| Binary | 11011000 | 11111011 | 10101101 | 1110 | 0 | 11111 | 10 | 1010111 | 1011011 | 1010011 |
Color Harmonies of #D8FBAD
Complementary color
Monochromatic Colors of #D8FBAD
Black with #D8FBAD
Text Example
Text Example
White with #D8FBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FBAD; }
p { color: rgb(216,251,173); }
H1.HeaderClassName
{
color: #D8FBAD;
}
.AnyTagClassName
{
color: #D8FBAD;
}
</style>
background-color css
<style>
a { background-color: #D8FBAD; }
a { background-color: rgb(216,251,173); }
div.DivClassName
{
background-color: #D8FBAD;
}
.BgClassName
{
background-color: #D8FBAD;
}
</style>
border-color css
<style>
span { border-color: #D8FBAD; }
span { border-color: rgb(216,251,173); }
td.TdClassName
{
border-color: #D8FBAD;
}
.TagClassName
{
border-color: #D8FBAD;
}
</style>