Shades of Reef #DCFEA6
Tints of Reef #DCFEA6
RGB
CMYK
RGB Variations
Color information
#DCFEA6 (or 0xDCFEA6) is known color: Reef. HEX triplet: DC, FE and A6. RGB value is (220,254,166). Sum of RGB (Red+Green+Blue) = 220+254+166=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 254 (99.61% from 255 or 39.69% from 640); Blue value is 166 (65.23% from 255 or 25.94% from 640); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFEA6 is #230159. Grayscale: #EAEAEA. Windows color (decimal): -2294106 or 10944220. OLE color: 10944220.
HSL color Cylindrical-coordinate representation of color #DCFEA6: hue angle of 83.18º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCFEA6 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 166 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.00 |
| HSL | 83.18º | 0.98% | 0.82% | - |
| HSV(B) | 83.18º | 0.35% | 1% | - |
| XYZ | 71.84 | 88.85 | 49.44 | - |
| YUV | 233.8 | 89.74 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 166 | 0.13 | 0 | 0.35 | 0.00 | 83.18 | 0.98 | 0.82 |
| Hex | DC | FE | A6 | D | 0 | 23 | 0 | 53 | 62 | 52 |
| Octal | 334 | 376 | 246 | 15 | 0 | 43 | 0 | 123 | 142 | 122 |
| Binary | 11011100 | 11111110 | 10100110 | 1101 | 0 | 100011 | 0 | 1010011 | 1100010 | 1010010 |
Color Harmonies of #DCFEA6
Complementary color
Monochromatic Colors of #DCFEA6
Black with #DCFEA6
Text Example
Text Example
White with #DCFEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEA6; }
p { color: rgb(220,254,166); }
H1.HeaderClassName
{
color: #DCFEA6;
}
.AnyTagClassName
{
color: #DCFEA6;
}
</style>
background-color css
<style>
a { background-color: #DCFEA6; }
a { background-color: rgb(220,254,166); }
div.DivClassName
{
background-color: #DCFEA6;
}
.BgClassName
{
background-color: #DCFEA6;
}
</style>
border-color css
<style>
span { border-color: #DCFEA6; }
span { border-color: rgb(220,254,166); }
td.TdClassName
{
border-color: #DCFEA6;
}
.TagClassName
{
border-color: #DCFEA6;
}
</style>