Shades of Reef #DFF3AC
Tints of Reef #DFF3AC
RGB
CMYK
RGB Variations
Color information
#DFF3AC (or 0xDFF3AC) is known color: Reef. HEX triplet: DF, F3 and AC. RGB value is (223,243,172). Sum of RGB (Red+Green+Blue) = 223+243+172=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 243 (95.31% from 255 or 38.09% from 638); Blue value is 172 (67.58% from 255 or 26.96% from 638); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF3AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF3AC is #200C53. Grayscale: #E5E5E5. Windows color (decimal): -2100308 or 11334623. OLE color: 11334623.
HSL color Cylindrical-coordinate representation of color #DFF3AC: hue angle of 76.9º 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 #DFF3AC is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 172 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.05 |
| HSL | 76.9º | 0.75% | 0.81% | - |
| HSV(B) | 76.9º | 0.29% | 0.95% | - |
| XYZ | 69.93 | 82.77 | 51.32 | - |
| YUV | 228.93 | 95.87 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 172 | 0.08 | 0 | 0.29 | 0.05 | 76.9 | 0.75 | 0.81 |
| Hex | DF | F3 | AC | 8 | 0 | 1D | 5 | 4D | 4B | 51 |
| Octal | 337 | 363 | 254 | 10 | 0 | 35 | 5 | 115 | 113 | 121 |
| Binary | 11011111 | 11110011 | 10101100 | 1000 | 0 | 11101 | 101 | 1001101 | 1001011 | 1010001 |
Color Harmonies of #DFF3AC
Complementary color
Monochromatic Colors of #DFF3AC
Black with #DFF3AC
Text Example
Text Example
White with #DFF3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF3AC; }
p { color: rgb(223,243,172); }
H1.HeaderClassName
{
color: #DFF3AC;
}
.AnyTagClassName
{
color: #DFF3AC;
}
</style>
background-color css
<style>
a { background-color: #DFF3AC; }
a { background-color: rgb(223,243,172); }
div.DivClassName
{
background-color: #DFF3AC;
}
.BgClassName
{
background-color: #DFF3AC;
}
</style>
border-color css
<style>
span { border-color: #DFF3AC; }
span { border-color: rgb(223,243,172); }
td.TdClassName
{
border-color: #DFF3AC;
}
.TagClassName
{
border-color: #DFF3AC;
}
</style>