Shades of Reef #DCFEA3
Tints of Reef #DCFEA3
RGB
CMYK
RGB Variations
Color information
#DCFEA3 (or 0xDCFEA3) is known color: Reef. HEX triplet: DC, FE and A3. RGB value is (220,254,163). Sum of RGB (Red+Green+Blue) = 220+254+163=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 163 (64.06% from 255 or 25.59% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFEA3 is #23015C. Grayscale: #E9E9E9. Windows color (decimal): -2294109 or 10747612. OLE color: 10747612.
HSL color Cylindrical-coordinate representation of color #DCFEA3: hue angle of 82.42º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCFEA3 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 163 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.00 |
| HSL | 82.42º | 0.98% | 0.82% | - |
| HSV(B) | 82.42º | 0.36% | 1% | - |
| XYZ | 71.57 | 88.74 | 48.01 | - |
| YUV | 233.46 | 88.24 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 163 | 0.13 | 0 | 0.36 | 0.00 | 82.42 | 0.98 | 0.82 |
| Hex | DC | FE | A3 | D | 0 | 24 | 0 | 52 | 62 | 52 |
| Octal | 334 | 376 | 243 | 15 | 0 | 44 | 0 | 122 | 142 | 122 |
| Binary | 11011100 | 11111110 | 10100011 | 1101 | 0 | 100100 | 0 | 1010010 | 1100010 | 1010010 |
Color Harmonies of #DCFEA3
Complementary color
Monochromatic Colors of #DCFEA3
Black with #DCFEA3
Text Example
Text Example
White with #DCFEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEA3; }
p { color: rgb(220,254,163); }
H1.HeaderClassName
{
color: #DCFEA3;
}
.AnyTagClassName
{
color: #DCFEA3;
}
</style>
background-color css
<style>
a { background-color: #DCFEA3; }
a { background-color: rgb(220,254,163); }
div.DivClassName
{
background-color: #DCFEA3;
}
.BgClassName
{
background-color: #DCFEA3;
}
</style>
border-color css
<style>
span { border-color: #DCFEA3; }
span { border-color: rgb(220,254,163); }
td.TdClassName
{
border-color: #DCFEA3;
}
.TagClassName
{
border-color: #DCFEA3;
}
</style>