Shades of Reef #D2F3AD
Tints of Reef #D2F3AD
RGB
CMYK
RGB Variations
Color information
#D2F3AD (or 0xD2F3AD) is known color: Reef. HEX triplet: D2, F3 and AD. RGB value is (210,243,173). Sum of RGB (Red+Green+Blue) = 210+243+173=626 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.55% from 626); Green value is 243 (95.31% from 255 or 38.82% from 626); Blue value is 173 (67.97% from 255 or 27.64% from 626); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F3AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F3AD is #2D0C52. Grayscale: #E1E1E1. Windows color (decimal): -2952275 or 11400146. OLE color: 11400146.
HSL color Cylindrical-coordinate representation of color #D2F3AD: hue angle of 88.29º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2F3AD is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 243 | 173 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.05 |
| HSL | 88.29º | 0.74% | 0.82% | - |
| HSV(B) | 88.29º | 0.29% | 0.95% | - |
| XYZ | 66.17 | 80.82 | 51.65 | - |
| YUV | 225.15 | 98.57 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 243 | 173 | 0.14 | 0 | 0.29 | 0.05 | 88.29 | 0.74 | 0.82 |
| Hex | D2 | F3 | AD | E | 0 | 1D | 5 | 58 | 4A | 52 |
| Octal | 322 | 363 | 255 | 16 | 0 | 35 | 5 | 130 | 112 | 122 |
| Binary | 11010010 | 11110011 | 10101101 | 1110 | 0 | 11101 | 101 | 1011000 | 1001010 | 1010010 |
Color Harmonies of #D2F3AD
Complementary color
Monochromatic Colors of #D2F3AD
Black with #D2F3AD
Text Example
Text Example
White with #D2F3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F3AD; }
p { color: rgb(210,243,173); }
H1.HeaderClassName
{
color: #D2F3AD;
}
.AnyTagClassName
{
color: #D2F3AD;
}
</style>
background-color css
<style>
a { background-color: #D2F3AD; }
a { background-color: rgb(210,243,173); }
div.DivClassName
{
background-color: #D2F3AD;
}
.BgClassName
{
background-color: #D2F3AD;
}
</style>
border-color css
<style>
span { border-color: #D2F3AD; }
span { border-color: rgb(210,243,173); }
td.TdClassName
{
border-color: #D2F3AD;
}
.TagClassName
{
border-color: #D2F3AD;
}
</style>