Shades of Reef #DCFAB5
Tints of Reef #DCFAB5
RGB
CMYK
RGB Variations
Color information
#DCFAB5 (or 0xDCFAB5) is known color: Reef. HEX triplet: DC, FA and B5. RGB value is (220,250,181). Sum of RGB (Red+Green+Blue) = 220+250+181=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 181 (71.09% from 255 or 27.80% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAB5 is #23054A. Grayscale: #E9E9E9. Windows color (decimal): -2295115 or 11926236. OLE color: 11926236.
HSL color Cylindrical-coordinate representation of color #DCFAB5: hue angle of 86.09º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCFAB5 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 181 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.02 |
| HSL | 86.09º | 0.87% | 0.85% | - |
| HSV(B) | 86.09º | 0.28% | 0.98% | - |
| XYZ | 72.04 | 86.92 | 56.7 | - |
| YUV | 233.16 | 98.56 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 181 | 0.12 | 0 | 0.28 | 0.02 | 86.09 | 0.87 | 0.85 |
| Hex | DC | FA | B5 | C | 0 | 1C | 2 | 56 | 57 | 55 |
| Octal | 334 | 372 | 265 | 14 | 0 | 34 | 2 | 126 | 127 | 125 |
| Binary | 11011100 | 11111010 | 10110101 | 1100 | 0 | 11100 | 10 | 1010110 | 1010111 | 1010101 |
Color Harmonies of #DCFAB5
Complementary color
Monochromatic Colors of #DCFAB5
Black with #DCFAB5
Text Example
Text Example
White with #DCFAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAB5; }
p { color: rgb(220,250,181); }
H1.HeaderClassName
{
color: #DCFAB5;
}
.AnyTagClassName
{
color: #DCFAB5;
}
</style>
background-color css
<style>
a { background-color: #DCFAB5; }
a { background-color: rgb(220,250,181); }
div.DivClassName
{
background-color: #DCFAB5;
}
.BgClassName
{
background-color: #DCFAB5;
}
</style>
border-color css
<style>
span { border-color: #DCFAB5; }
span { border-color: rgb(220,250,181); }
td.TdClassName
{
border-color: #DCFAB5;
}
.TagClassName
{
border-color: #DCFAB5;
}
</style>