Shades of Reef #DFEEA2
Tints of Reef #DFEEA2
RGB
CMYK
RGB Variations
Color information
#DFEEA2 (or 0xDFEEA2) is known color: Reef. HEX triplet: DF, EE and A2. RGB value is (223,238,162). Sum of RGB (Red+Green+Blue) = 223+238+162=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 162 (63.67% from 255 or 26.00% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEEA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEEA2 is #20115D. Grayscale: #E1E1E1. Windows color (decimal): -2101598 or 10677983. OLE color: 10677983.
HSL color Cylindrical-coordinate representation of color #DFEEA2: hue angle of 71.84º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFEEA2 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 238 | 162 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.07 |
| HSL | 71.84º | 0.69% | 0.78% | - |
| HSV(B) | 71.84º | 0.32% | 0.93% | - |
| XYZ | 67.53 | 79.45 | 45.96 | - |
| YUV | 224.85 | 92.53 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 238 | 162 | 0.06 | 0 | 0.32 | 0.07 | 71.84 | 0.69 | 0.78 |
| Hex | DF | EE | A2 | 6 | 0 | 20 | 7 | 48 | 45 | 4E |
| Octal | 337 | 356 | 242 | 6 | 0 | 40 | 7 | 110 | 105 | 116 |
| Binary | 11011111 | 11101110 | 10100010 | 110 | 0 | 100000 | 111 | 1001000 | 1000101 | 1001110 |
Color Harmonies of #DFEEA2
Complementary color
Monochromatic Colors of #DFEEA2
Black with #DFEEA2
Text Example
Text Example
White with #DFEEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEEA2; }
p { color: rgb(223,238,162); }
H1.HeaderClassName
{
color: #DFEEA2;
}
.AnyTagClassName
{
color: #DFEEA2;
}
</style>
background-color css
<style>
a { background-color: #DFEEA2; }
a { background-color: rgb(223,238,162); }
div.DivClassName
{
background-color: #DFEEA2;
}
.BgClassName
{
background-color: #DFEEA2;
}
</style>
border-color css
<style>
span { border-color: #DFEEA2; }
span { border-color: rgb(223,238,162); }
td.TdClassName
{
border-color: #DFEEA2;
}
.TagClassName
{
border-color: #DFEEA2;
}
</style>