Shades of Reef #DCFCB3
Tints of Reef #DCFCB3
RGB
CMYK
RGB Variations
Color information
#DCFCB3 (or 0xDCFCB3) is known color: Reef. HEX triplet: DC, FC and B3. RGB value is (220,252,179). Sum of RGB (Red+Green+Blue) = 220+252+179=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 252 (98.83% from 255 or 38.71% from 651); Blue value is 179 (70.31% from 255 or 27.50% from 651); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCB3 is #23034C. Grayscale: #EAEAEA. Windows color (decimal): -2294605 or 11795676. OLE color: 11795676.
HSL color Cylindrical-coordinate representation of color #DCFCB3: hue angle of 86.3º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCFCB3 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 179 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.01 |
| HSL | 86.3º | 0.92% | 0.85% | - |
| HSV(B) | 86.3º | 0.29% | 0.99% | - |
| XYZ | 72.46 | 88.09 | 55.83 | - |
| YUV | 234.11 | 96.9 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 179 | 0.13 | 0 | 0.29 | 0.01 | 86.3 | 0.92 | 0.85 |
| Hex | DC | FC | B3 | D | 0 | 1D | 1 | 56 | 5C | 55 |
| Octal | 334 | 374 | 263 | 15 | 0 | 35 | 1 | 126 | 134 | 125 |
| Binary | 11011100 | 11111100 | 10110011 | 1101 | 0 | 11101 | 1 | 1010110 | 1011100 | 1010101 |
Color Harmonies of #DCFCB3
Complementary color
Monochromatic Colors of #DCFCB3
Black with #DCFCB3
Text Example
Text Example
White with #DCFCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCB3; }
p { color: rgb(220,252,179); }
H1.HeaderClassName
{
color: #DCFCB3;
}
.AnyTagClassName
{
color: #DCFCB3;
}
</style>
background-color css
<style>
a { background-color: #DCFCB3; }
a { background-color: rgb(220,252,179); }
div.DivClassName
{
background-color: #DCFCB3;
}
.BgClassName
{
background-color: #DCFCB3;
}
</style>
border-color css
<style>
span { border-color: #DCFCB3; }
span { border-color: rgb(220,252,179); }
td.TdClassName
{
border-color: #DCFCB3;
}
.TagClassName
{
border-color: #DCFCB3;
}
</style>