Shades of Reef #DCFCAF
Tints of Reef #DCFCAF
RGB
CMYK
RGB Variations
Color information
#DCFCAF (or 0xDCFCAF) is known color: Reef. HEX triplet: DC, FC and AF. RGB value is (220,252,175). Sum of RGB (Red+Green+Blue) = 220+252+175=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 175 (68.75% from 255 or 27.05% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFCAF is #230350. Grayscale: #E9E9E9. Windows color (decimal): -2294609 or 11533532. OLE color: 11533532.
HSL color Cylindrical-coordinate representation of color #DCFCAF: hue angle of 84.94º 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 #DCFCAF is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 175 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.01 |
| HSL | 84.94º | 0.93% | 0.84% | - |
| HSV(B) | 84.94º | 0.31% | 0.99% | - |
| XYZ | 72.06 | 87.93 | 53.73 | - |
| YUV | 233.65 | 94.9 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 175 | 0.13 | 0 | 0.31 | 0.01 | 84.94 | 0.93 | 0.84 |
| Hex | DC | FC | AF | D | 0 | 1F | 1 | 55 | 5D | 54 |
| Octal | 334 | 374 | 257 | 15 | 0 | 37 | 1 | 125 | 135 | 124 |
| Binary | 11011100 | 11111100 | 10101111 | 1101 | 0 | 11111 | 1 | 1010101 | 1011101 | 1010100 |
Color Harmonies of #DCFCAF
Complementary color
Monochromatic Colors of #DCFCAF
Black with #DCFCAF
Text Example
Text Example
White with #DCFCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCAF; }
p { color: rgb(220,252,175); }
H1.HeaderClassName
{
color: #DCFCAF;
}
.AnyTagClassName
{
color: #DCFCAF;
}
</style>
background-color css
<style>
a { background-color: #DCFCAF; }
a { background-color: rgb(220,252,175); }
div.DivClassName
{
background-color: #DCFCAF;
}
.BgClassName
{
background-color: #DCFCAF;
}
</style>
border-color css
<style>
span { border-color: #DCFCAF; }
span { border-color: rgb(220,252,175); }
td.TdClassName
{
border-color: #DCFCAF;
}
.TagClassName
{
border-color: #DCFCAF;
}
</style>