Shades of Reef #D2FBAD
Tints of Reef #D2FBAD
RGB
CMYK
RGB Variations
Color information
#D2FBAD (or 0xD2FBAD) is known color: Reef. HEX triplet: D2, FB and AD. RGB value is (210,251,173). Sum of RGB (Red+Green+Blue) = 210+251+173=634 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.12% from 634); Green value is 251 (98.44% from 255 or 39.59% from 634); Blue value is 173 (67.97% from 255 or 27.29% from 634); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FBAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FBAD is #2D0452. Grayscale: #E6E6E6. Windows color (decimal): -2950227 or 11402194. OLE color: 11402194.
HSL color Cylindrical-coordinate representation of color #D2FBAD: hue angle of 91.54º 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 #D2FBAD is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 251 | 173 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.02 |
| HSL | 91.54º | 0.91% | 0.83% | - |
| HSV(B) | 91.54º | 0.31% | 0.98% | - |
| XYZ | 68.62 | 85.71 | 52.46 | - |
| YUV | 229.85 | 95.92 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 251 | 173 | 0.16 | 0 | 0.31 | 0.02 | 91.54 | 0.91 | 0.83 |
| Hex | D2 | FB | AD | 10 | 0 | 1F | 2 | 5C | 5B | 53 |
| Octal | 322 | 373 | 255 | 20 | 0 | 37 | 2 | 134 | 133 | 123 |
| Binary | 11010010 | 11111011 | 10101101 | 10000 | 0 | 11111 | 10 | 1011100 | 1011011 | 1010011 |
Color Harmonies of #D2FBAD
Complementary color
Monochromatic Colors of #D2FBAD
Black with #D2FBAD
Text Example
Text Example
White with #D2FBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FBAD; }
p { color: rgb(210,251,173); }
H1.HeaderClassName
{
color: #D2FBAD;
}
.AnyTagClassName
{
color: #D2FBAD;
}
</style>
background-color css
<style>
a { background-color: #D2FBAD; }
a { background-color: rgb(210,251,173); }
div.DivClassName
{
background-color: #D2FBAD;
}
.BgClassName
{
background-color: #D2FBAD;
}
</style>
border-color css
<style>
span { border-color: #D2FBAD; }
span { border-color: rgb(210,251,173); }
td.TdClassName
{
border-color: #D2FBAD;
}
.TagClassName
{
border-color: #D2FBAD;
}
</style>