Shades of Reef #DCFEAF
Tints of Reef #DCFEAF
RGB
CMYK
RGB Variations
Color information
#DCFEAF (or 0xDCFEAF) is known color: Reef. HEX triplet: DC, FE and AF. RGB value is (220,254,175). Sum of RGB (Red+Green+Blue) = 220+254+175=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 175 (68.75% from 255 or 26.96% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFEAF is #230150. Grayscale: #EBEBEB. Windows color (decimal): -2294097 or 11534044. OLE color: 11534044.
HSL color Cylindrical-coordinate representation of color #DCFEAF: hue angle of 85.82º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCFEAF is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 175 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.00 |
| HSL | 85.82º | 0.98% | 0.84% | - |
| HSV(B) | 85.82º | 0.31% | 1% | - |
| XYZ | 72.69 | 89.19 | 53.94 | - |
| YUV | 234.83 | 94.24 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 175 | 0.13 | 0 | 0.31 | 0.00 | 85.82 | 0.98 | 0.84 |
| Hex | DC | FE | AF | D | 0 | 1F | 0 | 56 | 62 | 54 |
| Octal | 334 | 376 | 257 | 15 | 0 | 37 | 0 | 126 | 142 | 124 |
| Binary | 11011100 | 11111110 | 10101111 | 1101 | 0 | 11111 | 0 | 1010110 | 1100010 | 1010100 |
Color Harmonies of #DCFEAF
Complementary color
Monochromatic Colors of #DCFEAF
Black with #DCFEAF
Text Example
Text Example
White with #DCFEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEAF; }
p { color: rgb(220,254,175); }
H1.HeaderClassName
{
color: #DCFEAF;
}
.AnyTagClassName
{
color: #DCFEAF;
}
</style>
background-color css
<style>
a { background-color: #DCFEAF; }
a { background-color: rgb(220,254,175); }
div.DivClassName
{
background-color: #DCFEAF;
}
.BgClassName
{
background-color: #DCFEAF;
}
</style>
border-color css
<style>
span { border-color: #DCFEAF; }
span { border-color: rgb(220,254,175); }
td.TdClassName
{
border-color: #DCFEAF;
}
.TagClassName
{
border-color: #DCFEAF;
}
</style>