Shades of Reef #DCFEAD
Tints of Reef #DCFEAD
RGB
CMYK
RGB Variations
Color information
#DCFEAD (or 0xDCFEAD) is known color: Reef. HEX triplet: DC, FE and AD. RGB value is (220,254,173). Sum of RGB (Red+Green+Blue) = 220+254+173=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 173 (67.97% from 255 or 26.74% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFEAD is #230152. Grayscale: #EAEAEA. Windows color (decimal): -2294099 or 11402972. OLE color: 11402972.
HSL color Cylindrical-coordinate representation of color #DCFEAD: hue angle of 85.19º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCFEAD is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 173 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.00 |
| HSL | 85.19º | 0.98% | 0.84% | - |
| HSV(B) | 85.19º | 0.32% | 1% | - |
| XYZ | 72.5 | 89.12 | 52.92 | - |
| YUV | 234.6 | 93.24 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 173 | 0.13 | 0 | 0.32 | 0.00 | 85.19 | 0.98 | 0.84 |
| Hex | DC | FE | AD | D | 0 | 20 | 0 | 55 | 62 | 54 |
| Octal | 334 | 376 | 255 | 15 | 0 | 40 | 0 | 125 | 142 | 124 |
| Binary | 11011100 | 11111110 | 10101101 | 1101 | 0 | 100000 | 0 | 1010101 | 1100010 | 1010100 |
Color Harmonies of #DCFEAD
Complementary color
Monochromatic Colors of #DCFEAD
Black with #DCFEAD
Text Example
Text Example
White with #DCFEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEAD; }
p { color: rgb(220,254,173); }
H1.HeaderClassName
{
color: #DCFEAD;
}
.AnyTagClassName
{
color: #DCFEAD;
}
</style>
background-color css
<style>
a { background-color: #DCFEAD; }
a { background-color: rgb(220,254,173); }
div.DivClassName
{
background-color: #DCFEAD;
}
.BgClassName
{
background-color: #DCFEAD;
}
</style>
border-color css
<style>
span { border-color: #DCFEAD; }
span { border-color: rgb(220,254,173); }
td.TdClassName
{
border-color: #DCFEAD;
}
.TagClassName
{
border-color: #DCFEAD;
}
</style>