Shades of Reef #DCFAB3
Tints of Reef #DCFAB3
RGB
CMYK
RGB Variations
Color information
#DCFAB3 (or 0xDCFAB3) is known color: Reef. HEX triplet: DC, FA and B3. RGB value is (220,250,179). Sum of RGB (Red+Green+Blue) = 220+250+179=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 179 (70.31% from 255 or 27.58% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAB3 is #23054C. Grayscale: #E9E9E9. Windows color (decimal): -2295117 or 11795164. OLE color: 11795164.
HSL color Cylindrical-coordinate representation of color #DCFAB3: hue angle of 85.35º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCFAB3 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 179 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.02 |
| HSL | 85.35º | 0.88% | 0.84% | - |
| HSV(B) | 85.35º | 0.28% | 0.98% | - |
| XYZ | 71.84 | 86.84 | 55.62 | - |
| YUV | 232.94 | 97.56 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 179 | 0.12 | 0 | 0.28 | 0.02 | 85.35 | 0.88 | 0.84 |
| Hex | DC | FA | B3 | C | 0 | 1C | 2 | 55 | 58 | 54 |
| Octal | 334 | 372 | 263 | 14 | 0 | 34 | 2 | 125 | 130 | 124 |
| Binary | 11011100 | 11111010 | 10110011 | 1100 | 0 | 11100 | 10 | 1010101 | 1011000 | 1010100 |
Color Harmonies of #DCFAB3
Complementary color
Monochromatic Colors of #DCFAB3
Black with #DCFAB3
Text Example
Text Example
White with #DCFAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAB3; }
p { color: rgb(220,250,179); }
H1.HeaderClassName
{
color: #DCFAB3;
}
.AnyTagClassName
{
color: #DCFAB3;
}
</style>
background-color css
<style>
a { background-color: #DCFAB3; }
a { background-color: rgb(220,250,179); }
div.DivClassName
{
background-color: #DCFAB3;
}
.BgClassName
{
background-color: #DCFAB3;
}
</style>
border-color css
<style>
span { border-color: #DCFAB3; }
span { border-color: rgb(220,250,179); }
td.TdClassName
{
border-color: #DCFAB3;
}
.TagClassName
{
border-color: #DCFAB3;
}
</style>