Shades of Reef #D2F3AC
Tints of Reef #D2F3AC
RGB
CMYK
RGB Variations
Color information
#D2F3AC (or 0xD2F3AC) is known color: Reef. HEX triplet: D2, F3 and AC. RGB value is (210,243,172). Sum of RGB (Red+Green+Blue) = 210+243+172=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 172 (67.58% from 255 or 27.52% from 625); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F3AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F3AC is #2D0C53. Grayscale: #E1E1E1. Windows color (decimal): -2952276 or 11334610. OLE color: 11334610.
HSL color Cylindrical-coordinate representation of color #D2F3AC: hue angle of 87.89º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2F3AC is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 243 | 172 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.05 |
| HSL | 87.89º | 0.75% | 0.81% | - |
| HSV(B) | 87.89º | 0.29% | 0.95% | - |
| XYZ | 66.08 | 80.78 | 51.14 | - |
| YUV | 225.04 | 98.07 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 243 | 172 | 0.14 | 0 | 0.29 | 0.05 | 87.89 | 0.75 | 0.81 |
| Hex | D2 | F3 | AC | E | 0 | 1D | 5 | 58 | 4B | 51 |
| Octal | 322 | 363 | 254 | 16 | 0 | 35 | 5 | 130 | 113 | 121 |
| Binary | 11010010 | 11110011 | 10101100 | 1110 | 0 | 11101 | 101 | 1011000 | 1001011 | 1010001 |
Color Harmonies of #D2F3AC
Complementary color
Monochromatic Colors of #D2F3AC
Black with #D2F3AC
Text Example
Text Example
White with #D2F3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F3AC; }
p { color: rgb(210,243,172); }
H1.HeaderClassName
{
color: #D2F3AC;
}
.AnyTagClassName
{
color: #D2F3AC;
}
</style>
background-color css
<style>
a { background-color: #D2F3AC; }
a { background-color: rgb(210,243,172); }
div.DivClassName
{
background-color: #D2F3AC;
}
.BgClassName
{
background-color: #D2F3AC;
}
</style>
border-color css
<style>
span { border-color: #D2F3AC; }
span { border-color: rgb(210,243,172); }
td.TdClassName
{
border-color: #D2F3AC;
}
.TagClassName
{
border-color: #D2F3AC;
}
</style>