Shades of Reef #DCFFAE
Tints of Reef #DCFFAE
RGB
CMYK
RGB Variations
Color information
#DCFFAE (or 0xDCFFAE) is known color: Reef. HEX triplet: DC, FF and AE. RGB value is (220,255,174). Sum of RGB (Red+Green+Blue) = 220+255+174=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 174 (68.36% from 255 or 26.81% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFFAE is #230051. Grayscale: #EBEBEB. Windows color (decimal): -2293842 or 11468764. OLE color: 11468764.
HSL color Cylindrical-coordinate representation of color #DCFFAE: hue angle of 85.93º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCFFAE is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 174 | - |
| CMYK | 0.14 | 0 | 0.32 | 0 |
| HSL | 85.93º | 1% | 0.84% | - |
| HSV(B) | 85.93º | 0.32% | 1% | - |
| XYZ | 72.92 | 89.79 | 53.53 | - |
| YUV | 235.3 | 93.4 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 174 | 0.14 | 0 | 0.32 | 0 | 85.93 | 1 | 0.84 |
| Hex | DC | FF | AE | E | 0 | 20 | 0 | 56 | 64 | 54 |
| Octal | 334 | 377 | 256 | 16 | 0 | 40 | 0 | 126 | 144 | 124 |
| Binary | 11011100 | 11111111 | 10101110 | 1110 | 0 | 100000 | 0 | 1010110 | 1100100 | 1010100 |
Color Harmonies of #DCFFAE
Complementary color
Monochromatic Colors of #DCFFAE
Black with #DCFFAE
Text Example
Text Example
White with #DCFFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFAE; }
p { color: rgb(220,255,174); }
H1.HeaderClassName
{
color: #DCFFAE;
}
.AnyTagClassName
{
color: #DCFFAE;
}
</style>
background-color css
<style>
a { background-color: #DCFFAE; }
a { background-color: rgb(220,255,174); }
div.DivClassName
{
background-color: #DCFFAE;
}
.BgClassName
{
background-color: #DCFFAE;
}
</style>
border-color css
<style>
span { border-color: #DCFFAE; }
span { border-color: rgb(220,255,174); }
td.TdClassName
{
border-color: #DCFFAE;
}
.TagClassName
{
border-color: #DCFFAE;
}
</style>