Shades of Reef #DFEFA3
Tints of Reef #DFEFA3
RGB
CMYK
RGB Variations
Color information
#DFEFA3 (or 0xDFEFA3) is known color: Reef. HEX triplet: DF, EF and A3. RGB value is (223,239,163). Sum of RGB (Red+Green+Blue) = 223+239+163=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 163 (64.06% from 255 or 26.08% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEFA3 is #20105C. Grayscale: #E1E1E1. Windows color (decimal): -2101341 or 10743775. OLE color: 10743775.
HSL color Cylindrical-coordinate representation of color #DFEFA3: hue angle of 72.63º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFEFA3 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 239 | 163 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.06 |
| HSL | 72.63º | 0.7% | 0.79% | - |
| HSV(B) | 72.63º | 0.32% | 0.94% | - |
| XYZ | 67.91 | 80.07 | 46.53 | - |
| YUV | 225.55 | 92.7 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 239 | 163 | 0.07 | 0 | 0.32 | 0.06 | 72.63 | 0.7 | 0.79 |
| Hex | DF | EF | A3 | 7 | 0 | 20 | 6 | 49 | 46 | 4F |
| Octal | 337 | 357 | 243 | 7 | 0 | 40 | 6 | 111 | 106 | 117 |
| Binary | 11011111 | 11101111 | 10100011 | 111 | 0 | 100000 | 110 | 1001001 | 1000110 | 1001111 |
Color Harmonies of #DFEFA3
Complementary color
Monochromatic Colors of #DFEFA3
Black with #DFEFA3
Text Example
Text Example
White with #DFEFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEFA3; }
p { color: rgb(223,239,163); }
H1.HeaderClassName
{
color: #DFEFA3;
}
.AnyTagClassName
{
color: #DFEFA3;
}
</style>
background-color css
<style>
a { background-color: #DFEFA3; }
a { background-color: rgb(223,239,163); }
div.DivClassName
{
background-color: #DFEFA3;
}
.BgClassName
{
background-color: #DFEFA3;
}
</style>
border-color css
<style>
span { border-color: #DFEFA3; }
span { border-color: rgb(223,239,163); }
td.TdClassName
{
border-color: #DFEFA3;
}
.TagClassName
{
border-color: #DFEFA3;
}
</style>