Shades of Reef #DCFBA1
Tints of Reef #DCFBA1
RGB
CMYK
RGB Variations
Color information
#DCFBA1 (or 0xDCFBA1) is known color: Reef. HEX triplet: DC, FB and A1. RGB value is (220,251,161). Sum of RGB (Red+Green+Blue) = 220+251+161=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 161 (63.28% from 255 or 25.47% from 632); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFBA1 is #23045E. Grayscale: #E7E7E7. Windows color (decimal): -2294879 or 10615772. OLE color: 10615772.
HSL color Cylindrical-coordinate representation of color #DCFBA1: hue angle of 80.67º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCFBA1 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 161 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.02 |
| HSL | 80.67º | 0.92% | 0.81% | - |
| HSV(B) | 80.67º | 0.36% | 0.98% | - |
| XYZ | 70.45 | 86.78 | 46.76 | - |
| YUV | 231.47 | 88.23 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 161 | 0.12 | 0 | 0.36 | 0.02 | 80.67 | 0.92 | 0.81 |
| Hex | DC | FB | A1 | C | 0 | 24 | 2 | 51 | 5C | 51 |
| Octal | 334 | 373 | 241 | 14 | 0 | 44 | 2 | 121 | 134 | 121 |
| Binary | 11011100 | 11111011 | 10100001 | 1100 | 0 | 100100 | 10 | 1010001 | 1011100 | 1010001 |
Color Harmonies of #DCFBA1
Complementary color
Monochromatic Colors of #DCFBA1
Black with #DCFBA1
Text Example
Text Example
White with #DCFBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBA1; }
p { color: rgb(220,251,161); }
H1.HeaderClassName
{
color: #DCFBA1;
}
.AnyTagClassName
{
color: #DCFBA1;
}
</style>
background-color css
<style>
a { background-color: #DCFBA1; }
a { background-color: rgb(220,251,161); }
div.DivClassName
{
background-color: #DCFBA1;
}
.BgClassName
{
background-color: #DCFBA1;
}
</style>
border-color css
<style>
span { border-color: #DCFBA1; }
span { border-color: rgb(220,251,161); }
td.TdClassName
{
border-color: #DCFBA1;
}
.TagClassName
{
border-color: #DCFBA1;
}
</style>