Shades of Reef #DCFCAE
Tints of Reef #DCFCAE
RGB
CMYK
RGB Variations
Color information
#DCFCAE (or 0xDCFCAE) is known color: Reef. HEX triplet: DC, FC and AE. RGB value is (220,252,174). Sum of RGB (Red+Green+Blue) = 220+252+174=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 252 (98.83% from 255 or 39.01% from 646); Blue value is 174 (68.36% from 255 or 26.93% from 646); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFCAE is #230351. Grayscale: #E9E9E9. Windows color (decimal): -2294610 or 11467996. OLE color: 11467996.
HSL color Cylindrical-coordinate representation of color #DCFCAE: hue angle of 84.62º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCFCAE is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 174 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.01 |
| HSL | 84.62º | 0.93% | 0.84% | - |
| HSV(B) | 84.62º | 0.31% | 0.99% | - |
| XYZ | 71.97 | 87.89 | 53.22 | - |
| YUV | 233.54 | 94.4 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 174 | 0.13 | 0 | 0.31 | 0.01 | 84.62 | 0.93 | 0.84 |
| Hex | DC | FC | AE | D | 0 | 1F | 1 | 55 | 5D | 54 |
| Octal | 334 | 374 | 256 | 15 | 0 | 37 | 1 | 125 | 135 | 124 |
| Binary | 11011100 | 11111100 | 10101110 | 1101 | 0 | 11111 | 1 | 1010101 | 1011101 | 1010100 |
Color Harmonies of #DCFCAE
Complementary color
Monochromatic Colors of #DCFCAE
Black with #DCFCAE
Text Example
Text Example
White with #DCFCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCAE; }
p { color: rgb(220,252,174); }
H1.HeaderClassName
{
color: #DCFCAE;
}
.AnyTagClassName
{
color: #DCFCAE;
}
</style>
background-color css
<style>
a { background-color: #DCFCAE; }
a { background-color: rgb(220,252,174); }
div.DivClassName
{
background-color: #DCFCAE;
}
.BgClassName
{
background-color: #DCFCAE;
}
</style>
border-color css
<style>
span { border-color: #DCFCAE; }
span { border-color: rgb(220,252,174); }
td.TdClassName
{
border-color: #DCFCAE;
}
.TagClassName
{
border-color: #DCFCAE;
}
</style>