Shades of Reef #DCFBA7
Tints of Reef #DCFBA7
RGB
CMYK
RGB Variations
Color information
#DCFBA7 (or 0xDCFBA7) is known color: Reef. HEX triplet: DC, FB and A7. RGB value is (220,251,167). Sum of RGB (Red+Green+Blue) = 220+251+167=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 167 (65.62% from 255 or 26.18% from 638); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFBA7 is #230458. Grayscale: #E8E8E8. Windows color (decimal): -2294873 or 11008988. OLE color: 11008988.
HSL color Cylindrical-coordinate representation of color #DCFBA7: hue angle of 82.14º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCFBA7 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 167 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.02 |
| HSL | 82.14º | 0.91% | 0.82% | - |
| HSV(B) | 82.14º | 0.33% | 0.98% | - |
| XYZ | 70.99 | 87 | 49.61 | - |
| YUV | 232.16 | 91.23 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 167 | 0.12 | 0 | 0.33 | 0.02 | 82.14 | 0.91 | 0.82 |
| Hex | DC | FB | A7 | C | 0 | 21 | 2 | 52 | 5B | 52 |
| Octal | 334 | 373 | 247 | 14 | 0 | 41 | 2 | 122 | 133 | 122 |
| Binary | 11011100 | 11111011 | 10100111 | 1100 | 0 | 100001 | 10 | 1010010 | 1011011 | 1010010 |
Color Harmonies of #DCFBA7
Complementary color
Monochromatic Colors of #DCFBA7
Black with #DCFBA7
Text Example
Text Example
White with #DCFBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBA7; }
p { color: rgb(220,251,167); }
H1.HeaderClassName
{
color: #DCFBA7;
}
.AnyTagClassName
{
color: #DCFBA7;
}
</style>
background-color css
<style>
a { background-color: #DCFBA7; }
a { background-color: rgb(220,251,167); }
div.DivClassName
{
background-color: #DCFBA7;
}
.BgClassName
{
background-color: #DCFBA7;
}
</style>
border-color css
<style>
span { border-color: #DCFBA7; }
span { border-color: rgb(220,251,167); }
td.TdClassName
{
border-color: #DCFBA7;
}
.TagClassName
{
border-color: #DCFBA7;
}
</style>