Shades of Reef #DFF2A1
Tints of Reef #DFF2A1
RGB
CMYK
RGB Variations
Color information
#DFF2A1 (or 0xDFF2A1) is known color: Reef. HEX triplet: DF, F2 and A1. RGB value is (223,242,161). Sum of RGB (Red+Green+Blue) = 223+242+161=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 161 (63.28% from 255 or 25.72% from 626); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF2A1 is #200D5E. Grayscale: #E3E3E3. Windows color (decimal): -2100575 or 10613471. OLE color: 10613471.
HSL color Cylindrical-coordinate representation of color #DFF2A1: hue angle of 74.07º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFF2A1 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 161 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.05 |
| HSL | 74.07º | 0.76% | 0.79% | - |
| HSV(B) | 74.07º | 0.33% | 0.95% | - |
| XYZ | 68.62 | 81.77 | 45.88 | - |
| YUV | 227.09 | 90.71 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 161 | 0.08 | 0 | 0.33 | 0.05 | 74.07 | 0.76 | 0.79 |
| Hex | DF | F2 | A1 | 8 | 0 | 21 | 5 | 4A | 4C | 4F |
| Octal | 337 | 362 | 241 | 10 | 0 | 41 | 5 | 112 | 114 | 117 |
| Binary | 11011111 | 11110010 | 10100001 | 1000 | 0 | 100001 | 101 | 1001010 | 1001100 | 1001111 |
Color Harmonies of #DFF2A1
Complementary color
Monochromatic Colors of #DFF2A1
Black with #DFF2A1
Text Example
Text Example
White with #DFF2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2A1; }
p { color: rgb(223,242,161); }
H1.HeaderClassName
{
color: #DFF2A1;
}
.AnyTagClassName
{
color: #DFF2A1;
}
</style>
background-color css
<style>
a { background-color: #DFF2A1; }
a { background-color: rgb(223,242,161); }
div.DivClassName
{
background-color: #DFF2A1;
}
.BgClassName
{
background-color: #DFF2A1;
}
</style>
border-color css
<style>
span { border-color: #DFF2A1; }
span { border-color: rgb(223,242,161); }
td.TdClassName
{
border-color: #DFF2A1;
}
.TagClassName
{
border-color: #DFF2A1;
}
</style>