Shades of Reef #DCFBA2
Tints of Reef #DCFBA2
RGB
CMYK
RGB Variations
Color information
#DCFBA2 (or 0xDCFBA2) is known color: Reef. HEX triplet: DC, FB and A2. RGB value is (220,251,162). Sum of RGB (Red+Green+Blue) = 220+251+162=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 251 (98.44% from 255 or 39.65% from 633); Blue value is 162 (63.67% from 255 or 25.59% from 633); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFBA2 is #23045D. Grayscale: #E7E7E7. Windows color (decimal): -2294878 or 10681308. OLE color: 10681308.
HSL color Cylindrical-coordinate representation of color #DCFBA2: hue angle of 80.9º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCFBA2 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 162 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.02 |
| HSL | 80.9º | 0.92% | 0.81% | - |
| HSV(B) | 80.9º | 0.35% | 0.98% | - |
| XYZ | 70.53 | 86.82 | 47.22 | - |
| YUV | 231.59 | 88.73 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 162 | 0.12 | 0 | 0.35 | 0.02 | 80.9 | 0.92 | 0.81 |
| Hex | DC | FB | A2 | C | 0 | 23 | 2 | 51 | 5C | 51 |
| Octal | 334 | 373 | 242 | 14 | 0 | 43 | 2 | 121 | 134 | 121 |
| Binary | 11011100 | 11111011 | 10100010 | 1100 | 0 | 100011 | 10 | 1010001 | 1011100 | 1010001 |
Color Harmonies of #DCFBA2
Complementary color
Monochromatic Colors of #DCFBA2
Black with #DCFBA2
Text Example
Text Example
White with #DCFBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBA2; }
p { color: rgb(220,251,162); }
H1.HeaderClassName
{
color: #DCFBA2;
}
.AnyTagClassName
{
color: #DCFBA2;
}
</style>
background-color css
<style>
a { background-color: #DCFBA2; }
a { background-color: rgb(220,251,162); }
div.DivClassName
{
background-color: #DCFBA2;
}
.BgClassName
{
background-color: #DCFBA2;
}
</style>
border-color css
<style>
span { border-color: #DCFBA2; }
span { border-color: rgb(220,251,162); }
td.TdClassName
{
border-color: #DCFBA2;
}
.TagClassName
{
border-color: #DCFBA2;
}
</style>